421 B
421 B
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