ex variables: mise au point
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
notify: reload httpd
|
||||
template:
|
||||
src: vhost.conf.jj
|
||||
dest: /etc/httpd/conf.d/vhost_{{ servername }}.conf
|
||||
dest: /etc/httpd/conf.d/vhost_{{ apache_servername }}.conf
|
||||
mode: 0640
|
||||
owner: root
|
||||
group: apache
|
||||
@@ -40,11 +40,11 @@
|
||||
|
||||
- name: create documentroot
|
||||
file:
|
||||
name: "{{ documentroot }}"
|
||||
name: "{{ apache_documentroot }}"
|
||||
state: directory
|
||||
|
||||
- name: create index file
|
||||
template:
|
||||
src: index.html
|
||||
dest: "{{ documentroot }}/index.html"
|
||||
dest: "{{ apache_documentroot }}/index.html"
|
||||
mode: 0644
|
||||
Reference in New Issue
Block a user