mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 05:30:18 +00:00
default page for domains with no config
This commit is contained in:
@@ -85,6 +85,14 @@
|
||||
group: root
|
||||
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
|
||||
systemd:
|
||||
name: "{{ item }}"
|
||||
|
||||
Reference in New Issue
Block a user