diff options
author | binary <me@rgoncalves.se> | 2020-11-08 20:57:52 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-08 20:57:52 +0100 |
commit | cd428140eea27e7c02ebb123bd4e4208efeb33be (patch) | |
tree | 9fa8b78d0ec3af9066c4dcb3185687f81cfd8a59 /playbooks | |
parent | 48fdf93464512b6b061b97a6ef8ae46ed1cca32b (diff) | |
download | infrastructure-cd428140eea27e7c02ebb123bd4e4208efeb33be.tar.gz |
Init vm for specified guest hostname
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/init_vm.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/playbooks/init_vm.yml b/playbooks/init_vm.yml new file mode 100644 index 0000000..414c0e4 --- /dev/null +++ b/playbooks/init_vm.yml @@ -0,0 +1,8 @@ + +# init_vm.yml + +- hosts: "{{ host }}" + tasks: + - include_role: + name: vmm + tasks_from: init_vm |