Fuz Playbooks
Playbooks for (relatively) easy sysadmin!
With Vagrant
vagrant up- Install ansible
- Install the roles:
ansible-galaxy install -r requirements.yml - Launch the playbook:
ansible-playbook setup.yml
With a real server
- Edit the file
hosts.ini - Install ansible
- Install the roles:
ansible-galaxy install -r requirements.yml - Launch the playbook:
ansible-playbook setup.yml
Description
Languages
Jinja
100%