diff options
author | binary <me@rgoncalves.se> | 2020-11-21 22:57:33 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-21 22:57:33 +0100 |
commit | 27e0845dead56c705328bbb837042f05f97e8c53 (patch) | |
tree | 6b7b68ef5119b491e892fd92077f4dc9e3f779ff | |
parent | 50492a1b34b6b766c1369425a27678968bb4d28e (diff) | |
download | infrastructure-27e0845dead56c705328bbb837042f05f97e8c53.tar.gz |
Vm1 enabled.
-rw-r--r-- | playbooks/vm1.rgoncalves.se.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/playbooks/vm1.rgoncalves.se.yml b/playbooks/vm1.rgoncalves.se.yml new file mode 100644 index 0000000..77f39cc --- /dev/null +++ b/playbooks/vm1.rgoncalves.se.yml @@ -0,0 +1,13 @@ + +# vm0 ~~ playbooks/vm0.rgoncalves.se.yml +# virtual machine 0 initialization +# mainly used for gaming servers + +--- + +- hosts: vm1 + roles: + + - { role: grafana } + # - { role: nextcloud } + # - { role: sourcehut } |