Can we see the playbook?


On Mon, Dec 2, 2013 at 2:14 PM, Paul Hassinger <[email protected]>wrote:

> Version I'm using:
> ansible 1.5 (devel 6d80c50faf) last updated 2013/12/02 12:50:12 (GMT -500)
>
> Command that is sometimes not working:
> ansible -i setup/hosts-prod all -m setup
> or command that is working:
> ansible -i setup/hosts-prod all -m setup -f 1
>
> Here's my inventory file:
> # myapp Production Ansible hosts
> ###############################################################
>
> [prod-myapp-authors]
> prodauth1.mydomain.com    ansible_ssh_user=myapp
> prodauth2.mydomain.com    ansible_ssh_user=myapp
>
> [prod-myapp-publishers]
> prodpub1.mydomain.com    ansible_ssh_user=myapp
> prodpub2.mydomain.com     ansible_ssh_user=myapp
> prodpub3.mydomain.com     ansible_ssh_user=myapp
>
> [prod-myapp-dispatchers]
> proddisp1.mydomain.com    ansible_ssh_user=myapp
> proddisp2.mydomain.com    ansible_ssh_user=myapp
> proddisp3.mydomain.com    ansible_ssh_user=myapp
>
>
> [myapp-authors:children]
> prod-myapp-authors
>
> [myapp-publishers:children]
> prod-myapp-publishers
>
> [myapp-dispatchers:children]
> prod-myapp-dispatchers
>
> [myapp-instances:children]
> prod-myapp-instances
>
> [prod-myapp-instances:children]
> prod-myapp-authors
> prod-myapp-publishers
>
> [prod-apache2-instances:children]
> prod-myapp-authors
> prod-myapp-dispatchers
>
> [apache2-instances:children]
> prod-apache2-instances
>
> [prod-myapp-servers:children]
> prod-myapp-authors
> prod-myapp-publishers
> prod-myapp-dispatchers
>
> [myapp-servers:children]
> prod-myapp-servers
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Michael DeHaan <[email protected]>
CTO, AnsibleWorks, Inc.
http://www.ansibleworks.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to