Rolle DNS Registrierung hinzugefügt
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
- name: DNS-Modus anzeigen
|
||||
ansible.builtin.debug:
|
||||
msg: "DNS-Modus ist '{{ dns_registrierung_modus }}'"
|
||||
|
||||
- name: Installation ausführen
|
||||
ansible.builtin.include_tasks: install.yml
|
||||
when: dns_registrierung_modus | lower == "install"
|
||||
|
||||
- name: Entfernung ausführen
|
||||
ansible.builtin.include_tasks: remove.yml
|
||||
when: dns_registrierung_modus | lower == "remove"
|
||||
Reference in New Issue
Block a user