Skip to content

Commit

Permalink
configure /etc/apache2/envvars.
Browse files Browse the repository at this point in the history
  • Loading branch information
steenzout committed Oct 20, 2016
1 parent 18cfa71 commit c792040
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tasks/package/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@
become: yes
notify: restart httpd

- name: package | configuration | envvars
copy:
content="{{ httpd_configuration_envvars }}"
dest="{{ httpd_dir_configuration }}/envvars"
owner=root
group=root
mode=0644
become: yes
notify: restart httpd

- name: package | configuration | /etc/httpd/ports.conf
template:
src=etc/httpd/ports.conf.j2
Expand Down

0 comments on commit c792040

Please sign in to comment.