Go to file
Radar231 80c613d5b6 fixed ansible-lint errors 2022-03-06 10:20:02 -05:00
README.md Added README.md file 2021-07-26 16:34:26 -04:00
ansible.yml fixed ansible-lint errors 2022-03-06 10:20:02 -05:00

README.md

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