changed name ob webserver role

This commit is contained in:
2025-10-01 14:23:51 +02:00
parent 0318abbfc4
commit 519c7be93d
15 changed files with 0 additions and 0 deletions

View File

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