This commit is contained in:
2024-12-20 23:46:16 +01:00
parent b0ad28b736
commit 2abf5d7b23

View File

@@ -35,11 +35,11 @@
- import_tasks: system_setup/openssh.yml - import_tasks: system_setup/openssh.yml
- import_tasks: system_setup/scripts.yml - import_tasks: system_setup/scripts.yml
- import_tasks: system_setup/disable_standby.yml - import_tasks: system_setup/disable_standby.yml
when: is_proxmox is set and is_proxmox == true when: is_proxmox is defined and is_proxmox == true
- import_tasks: software/wazuh-agent.yml - import_tasks: software/wazuh-agent.yml
when: ansible_distribution in ["Debian", "Pop!_OS", "Ubuntu", "Linux Mint", "Archlinux"] when: ansible_distribution in ["Debian", "Pop!_OS", "Ubuntu", "Linux Mint", "Archlinux"]
- import_tasks: system_setup/disable_standby.yml - import_tasks: system_setup/disable_standby.yml
when: is_proxmox is set and is_proxmox == true when: is_proxmox is defined and is_proxmox == true
# Set up the ansible environment # Set up the ansible environment