blob: e932fa129f9943bc1eb839a0374587d114db4207 (
plain) (
tree)
|
|
# vm2 ~~ playbooks/vm2.rgoncalves.se.yml
# virtual machine 2 initialization
# mainly used for openbsd tests!!!!!!!!!
---
- hosts: vm2
roles:
- { role: httpd_pre }
- { role: stagit }
- { role: cgit }
- { role: httpd }
#- { role: grafana }
|