Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 484 Bytes

File metadata and controls

9 lines (5 loc) · 484 Bytes

Hello, Ansible example

The playbook in this directory is an extremely simple and straightforward Ansible playbook. It introduce the book's reader to the basic concepts of Ansible.

It is all configured to be run against localhost using a local connection, and can be run with the following command:

ansible-playbook -i inventory main.yml

This assumes you've already installed Ansible.