playbook_pfetch/README.md

15 lines
376 B
Markdown
Raw Permalink Normal View History

2021-07-26 16:35:27 -04:00
# 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/someuser" pfetch.yml
2021-07-26 16:35:27 -04:00