From 35df8e757c807cb7b623d5c7235eeaf80cc74f92 Mon Sep 17 00:00:00 2001 From: Radar231 Date: Mon, 26 Jul 2021 16:34:26 -0400 Subject: [PATCH] Added README.md file --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..09a33ca --- /dev/null +++ b/README.md @@ -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 ansible.yml + + ie, + ansible-playbook -i 192.168.1.123, ansible.yml +