The role contains first steps to install and configure admin tools
A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles.
If you want use that script from scratch
./bootstap.sh
or wget https://raw.githubusercontent.com/w1ndblow/ansible-dot-files/master/bootstrap.sh && bash bootstrap.sh
Common use
ansible-playbook -i 'localhost' playbook.yml --ask-become-pass
For Desktop
ansible-playbook -i 'localhost' playbook.yml --extra-vars "Desktop=True" --ask-become-pass
If the readme file with group with host is agreed with the template like "example.md" then may to generate dynamic inventory
./dynamic_inv.sh example.md local
You may use dynamic inventory
ansible all -i dynamic_inv.py -m shell -a "hostname"
BSD