15 lines
421 B
Markdown
15 lines
421 B
Markdown
# Fuz Playbooks
|
|
|
|
Playbooks for (relatively) easy sysadmin!
|
|
|
|
## With Vagrant
|
|
1. `vagrant up`
|
|
2. Install ansible
|
|
3. Install the roles: `ansible-galaxy install -r requirements.yml`
|
|
4. Launch the playbook: `ansible-playbook setup.yml`
|
|
|
|
## With a real server
|
|
1. Edit the file `hosts.ini`
|
|
2. Install ansible
|
|
3. Install the roles: `ansible-galaxy install -r requirements.yml`
|
|
4. Launch the playbook: `ansible-playbook setup.yml` |