Created
May 22, 2017 22:19
-
-
Save ivanelson/c71070a78b06e0fa5d00ba46a640d197 to your computer and use it in GitHub Desktop.
rundeck
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Mon May 22 19:19:14 BRT 2017 | |
#edit below | |
ansible-ssh-auth-type=privateKey | |
ansible-ssh-key-storage-path=keys/id_rsa.ansible | |
project.ansible-become-method=sudo | |
project.ansible-become-user=ansible | |
project.ansible-executable=/bin/bash | |
project.ansible-ssh-auth-type=privateKey | |
project.ansible-ssh-key-storage-path=keys/id_rsa.ansible | |
project.ansible-ssh-user=ansible | |
project.description=Executa playbooks from Ansible | |
project.jobs.gui.groupExpandLevel=1 | |
project.name=Ansible-Run | |
project.nodeCache.delay=30 | |
project.nodeCache.enabled=true | |
project.ssh-authentication=privateKey | |
project.ssh-key-storage-path=keys/id_rsa.ansible | |
resources.source.1.config.file=/var/rundeck/projects/Ansible-Run/etc/resources.xml | |
resources.source.1.config.format=resourcexml | |
resources.source.1.config.generateFileAutomatically=true | |
resources.source.1.config.includeServerNode=true | |
resources.source.1.config.requireFileExists=false | |
resources.source.1.type=file | |
resources.source.2.config.ansible-become=false | |
resources.source.2.config.ansible-gather-facts=true | |
resources.source.2.config.ansible-ignore-errors=true | |
resources.source.2.config.ansible-inventory=/home/ansible/ansible/hosts.tid | |
resources.source.2.config.ansible-ssh-auth-type=privateKey | |
resources.source.2.type=com.batix.rundeck.plugins.AnsibleResourceModelSourceFactory | |
service.FileCopier.default.provider=com.batix.rundeck.plugins.AnsibleFileCopier | |
service.NodeExecutor.default.provider=com.batix.rundeck.plugins.AnsibleNodeExecutor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment