default page for domains with no config

This commit is contained in:
2023-07-10 19:13:04 +00:00
parent 0746d45800
commit ddad869586

View File

@@ -85,6 +85,14 @@
group: root group: root
mode: 0644 mode: 0644
- name: deploy default index page for domains with no config.
copy:
src: ../files/default_apache_index
dest: /var/www/html/index.php
owner: root
group: root
mode: 0644
- name: Enabling ansible-pull units - name: Enabling ansible-pull units
systemd: systemd:
name: "{{ item }}" name: "{{ item }}"