aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-11-07 20:38:07 +0100
committerbinary <me@rgoncalves.se>2020-11-07 20:38:07 +0100
commit352c98322771af117a85904d580e1c062062d634 (patch)
treed3bca9d27d6ee5d678264d83fc22030d274f30bf /playbooks
parent282be811d2ac07a76d56ac066df5bf33d748bd64 (diff)
downloadinfrastructure-352c98322771af117a85904d580e1c062062d634.tar.gz
Refactor vmm role with automation
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/vmm.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/playbooks/vmm.yml b/playbooks/vmm.yml
new file mode 100644
index 0000000..e0034ef
--- /dev/null
+++ b/playbooks/vmm.yml
@@ -0,0 +1,7 @@
+
+# vmm.yml
+# Init vmm iso for specified host.
+
+- hosts: "{{ host }}"
+ roles:
+ - vmm
remember that computers suck.