diff options
Diffstat (limited to 'roles/httpd/tasks')
-rw-r--r-- | roles/httpd/tasks/main.yml | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/roles/httpd/tasks/main.yml b/roles/httpd/tasks/main.yml index 4abf95a..6c91aac 100644 --- a/roles/httpd/tasks/main.yml +++ b/roles/httpd/tasks/main.yml @@ -1,17 +1,9 @@ -# dns ~~ roles/dns/tasks/main.yml -# ensure host is using unified dns +# httpd ~~ roles/httpd/tasks/main.yml +# OpenBSD httpd --- -- name: ensure httpd.d directory exists - file: - path: /etc/httpd.d - state: directory - owner: "{{ user_root }}" - group: "{{ group_root }}" - mode: 0644 - - name: retrieve all configuration files find: path: /etc/httpd.d |