diff options
author | binary <me@rgoncalves.se> | 2020-12-06 15:38:42 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-12-06 15:38:42 +0100 |
commit | 247cb7ce58591df2d6f9de7cf85458541a2631b8 (patch) | |
tree | b895aaa0b0bc3840bbf2b13f311dfa0023ce5f16 /playbooks | |
parent | 7d6b98e708f9f468a54cfb114bf45cc63a69b9bd (diff) | |
download | infrastructure-247cb7ce58591df2d6f9de7cf85458541a2631b8.tar.gz |
vm2 for git repo testing
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/vm2.rgoncalves.se.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/playbooks/vm2.rgoncalves.se.yml b/playbooks/vm2.rgoncalves.se.yml new file mode 100644 index 0000000..0cc669a --- /dev/null +++ b/playbooks/vm2.rgoncalves.se.yml @@ -0,0 +1,13 @@ + +# vm0 ~~ playbooks/vm0.rgoncalves.se.yml +# virtual machine 0 initialization +# mainly used for gaming servers + +--- + +- hosts: vm2 + roles: + + - { role: git } + - { role: stagit } + #- { role: grafana } |