changed role to webservers due to conflicting with hostnames

This commit is contained in:
2025-05-06 14:06:10 +02:00
parent 94b5c7e596
commit e4c70fc4c9
17 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
- name: webserver | apache | installing apache
package:
name: "{{ apache_package }}"
state: latest
- name: webserver | apache | setup server-statistics
command:
free_form: # not required. The command module takes a free form command to run. There is no actual parameter named 'free form'.
cmd: 'a2enmod status'
creates: '/etc/apache2/mods-enabled/status.conf'
- include_tasks: configure_apache_snmpd.yml