Added README.md file

This commit is contained in:
Radar231 2021-07-26 16:35:27 -04:00
parent d5a1a42c53
commit fef2c516e9
1 changed files with 14 additions and 0 deletions

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# pfetch playbook
## Introduction
This is the top level playbook for the 'pfetch' role, which install and
configure pfetch to the target host.
This playbook can be run using the following command line;
ansible-playbook -i <inventory file | IP,> -e "homedir=<home dir>" pfetch.yml
ie,
ansible-playbook -i 192.168.1.123, -e "homedir=/home/ubuntu" pfetch.yml