Folders and files
| Name | Name | Last commit date | |
|---|---|---|---|
Repository files navigation
This repository shows the basics of the Ansilble. Basically, it consists of the 2 files. Inventory.ini - this indicates the host configurations like the list of hosts and the ways to connect to it. Playbook - this yaml contains the steps to execute on the host or make sure the state on the host is as defined in the playbook. This also takes the custom shell file and runs it, and shows the output in the run. To execute the ansilble run - ``` ansible-playbook -i inventory.ini sample_playbook.yaml ```