role must not be be named like a host

This commit is contained in:
2025-10-03 09:19:47 +02:00
parent ad53e1630f
commit fa0dd762a7
19 changed files with 28 additions and 28 deletions

View File

@@ -0,0 +1,11 @@
- name: webservers | apache | installing apache
package:
name: "{{ apache_package }}"
state: latest
- name: webservers | apache | setup server-statistics
command:
cmd: 'a2enmod status'
creates: '/etc/apache2/mods-enabled/status.conf'
- include_tasks: configure_apache_snmpd.yml