1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# 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 }