Collection of Ansible scripts to setup miscellaneous operating systems.
- install Ansible;
- create
/etc/ansible/facts.d/system_settings.fact
facts file; - set
root_dir
anddotfiles_dir
under[general]
in the facts file; Example:
# /etc/ansible/facts.d/system_settings.fact
[general]
root_dir=/path/to/root/dir
dotfiles_dir=/path/to/dotfiles/dir
ansible-playbook filename.yml --ask-become-pass
If you will need verbose output add -vvvv
flag.