Go to file
Radar231 3f2b373a31 cleanup: removed centos code, cleaned up debian & ubuntu references 2022-01-03 10:08:32 -05:00
README.md cleanup: removed centos code, cleaned up debian & ubuntu references 2022-01-03 10:08:32 -05:00
pfetch.yml cleaned up playbook to reflect changes in pfetch role 2022-01-03 07:57:51 -05:00

README.md

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