Skip to content
Snippets Groups Projects
Commit c526443d authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: disable additional roles

parent 4796b857
No related branches found
No related tags found
No related merge requests found
Pipeline #3668 passed
......@@ -2,7 +2,7 @@
- hosts: "proxies"
pre_tasks:
- name: Verify that the installed version of Ansible meets this playbook's version requirements.
assert:
ansible.builtin.assert:
that: "ansible_version.full is version_compare('2.2', '>=')"
msg: >
"You must update Ansible to at least 2.2 to use this playbook."
......@@ -24,6 +24,6 @@
strategy: linear
roles:
- { role: ansible_lza_install_common, become: true }
- { role: ansible_lza_server_hardening, become: true }
# - { role: ansible_lza_install_common, become: true }
# - { role: ansible_lza_server_hardening, become: true }
- { role: ansible_lza_proxy, become: true }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment