--
You received this message because you are subscribed to a topic in the Google Groups "rundeck-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rundeck-discuss/UF_iU0CsvgM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rundeck-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/05b2cc74-0e4e-463e-9ad3-7bf3588afd65n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/a5c11f43-5fd5-42ca-8b4b-d8f8e6bf6c6fn%40googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/9840ed39-dfab-423f-9c29-9338247a73a8n%40googlegroups.com.
Let me share my config, probably your ansible.cfg needs some change:
My ansible.cfg, nothing special, almost the default one. I ommited the commented lines:
[defaults] inventory = /home/user/Deployments/Ansible/config/hosts nocows = 1 [inventory] [privilege_escalation] [paramiko_connection] [ssh_connection] [persistent_connection] [sudo_become_plugin] [selinux] [colors] [diff] [galaxy]My inventory test file (hosts), I ommited the commented lines.
[the_farm] 192.168.56.20 192.168.56.21 192.168.56.22 [the_farm:vars] ansible_user=vagrantMy node executor config (the config file path is hidden, that bug was reported)
My file copier config
My model source config.
You will see your nodes on the “Nodes” page and dispatch any job/command (ansible playbook based or not) against the ansible inventory.
Also: make sure the rundeck user can read the ansible config and inventory files.
Regards.