blob: 0ac208fbb6d3b88835eaac0bce89a3fd2824a01f (
plain) (
tree)
|
|
# vm0 ~~ playbooks/vm0.rgoncalves.se.yml
# virtual machine 0 initialization
# mainly used for gaming servers
---
- hosts: vm1
roles:
- { role: grafana }
- { role: jenkins }
# - { role: nextcloud }
|