diff options
| author | omnom62 <omnom62@outlook.com> | 2026-09-15 06:23:29 +1000 |
|---|---|---|
| committer | omnom62 <omnom62@outlook.com> | 2026-09-15 06:23:29 +1000 |
| commit | f66f7665b5ea8bdc5a3f34f06bdd880659b0aefb (patch) | |
| tree | a8fca241a97f541f124c5cf09d2e07765e1ea05e | |
| parent | 27e31220565fe8a12f03c0175fc12fbdcbc47fc1 (diff) | |
| download | vyos_automation_hyperv_poc-f66f7665b5ea8bdc5a3f34f06bdd880659b0aefb.tar.gz vyos_automation_hyperv_poc-f66f7665b5ea8bdc5a3f34f06bdd880659b0aefb.zip | |
Hyperv role fix
| -rw-r--r-- | site/hyperv_vm.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/site/hyperv_vm.yml b/site/hyperv_vm.yml index ef8b92f..ac3d88e 100644 --- a/site/hyperv_vm.yml +++ b/site/hyperv_vm.yml @@ -1,8 +1,6 @@ --- - name: Manage VyOS appliance VM lifecycle - hosts: hypervisor + hosts: platform_vyos gather_facts: false - vars: - vm_state: "{{ appliance_state | default('present') }}" # present | absent, from Rundeck job option roles: - role: hyperv_vm |
