blob: dacb4a4c4433002bb148915ca468ab0723c78582 (
plain) (
tree)
|
|
# vm0 ~~ playbooks/vm0.rgoncalves.se.yml
# virtual machine 0 initialization
# mainly used for gaming servers
---
- hosts: vm2
roles:
- { role: git }
- { role: stagit }
- { role: httpd }
#- { role: grafana }
|