Added README.md file

This commit is contained in:
Radar231 2021-07-26 16:34:26 -04:00
parent 8925217a5a
commit 35df8e757c
1 changed files with 15 additions and 0 deletions

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# ansible playbook
## Introduction
This is the top level playbook for the 'ansible' role.
This role will install ansible to the target host using pip3.
This playbook can be run using the following command line;
ansible-playbook -i <inventory file | IP,> ansible.yml
ie,
ansible-playbook -i 192.168.1.123, ansible.yml