add package list for ubuntu

This commit is contained in:
2022-06-23 23:25:21 +02:00
parent 6261547c1c
commit 0250654721

View File

@@ -0,0 +1,18 @@
- name: webserver | apache | installing apache
package:
name: "{{ apache_package }}"
state: latest
# - name: webserver | apache | setup localhost for statistics
# copy:
# src: "apache_localhost"
# dest: "/etc/apache/sites-available/localhost"
# - name: webserver | apache | link sites-available to sites-enabled for localhost
# file:
# path: "/etc/apache/sites-enabled/localhost"
# state: link
# src: "/etc/apache/sites-available/localhost"
# notify: restart_apache
# - include_tasks: configure_apache_snmpd.yml