X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=ansible%2Fvm-install.yml;h=4a6a0b53dd217fbfd96f80f005e535e50efdc658;hb=53a4bffbc55943de248ccae68dd53d10a77b204d;hp=e0685f9d36b5c77582d51ee507caf201afed38ef;hpb=7aff1a3fbcaa717ef28bcc65111b374423a890a3;p=noc.git diff --git a/ansible/vm-install.yml b/ansible/vm-install.yml index e0685f9..4a6a0b5 100644 --- a/ansible/vm-install.yml +++ b/ansible/vm-install.yml @@ -35,6 +35,13 @@ set_fact: ansible_ssh_extra_args: "" +- name: Apply VM configuration roles + hosts: "{{ vmname }}" + roles: + - role: vm/grub + - role: vm/network + - role: vm/guest + - import_playbook: "host_playbooks/{{ vmname }}.yml" - name: reboot and wait for VM come back