On 19 August 2015 at 20:28, Peter Loron <[email protected]> wrote:
> > > ansible-playbook -i '10.10.10.155,' -u root do_base_packages.yaml > > > PLAY [dummy] > ****************************************************************** > skipping: no hosts matched > > > ...where "dummy" is the hosts entry in the playbook file. The playbook > file looks like this: > > - hosts: dummy > become: yes > roles: > - role: base > - role: ntp > ntp_server: [10.10.10.11, 10.10.10.12, 10.20.10.11] > ntp_restrict: > - "restrict 127.0.0.1" > anogther option is: - hosts: all -- 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]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAEhzMJB0dfcR%2BtNiLSkZjME2PP3pgrKTc_r7Lb3ueqMDwDtLew%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
