Skip to content

Commit

Permalink
Back to what it was.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Apr 10, 2019
1 parent 1f98501 commit 483f654
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,6 @@
- test httpd configuration validity
- restart httpd

- name: Configure httpd.conf
blockinfile:
path: /etc/httpd/conf/httpd.conf
marker: "<IfModule mime_module>"
content: " AddType application/x-x509-ca-cert .der .crt"
notify:
- test httpd configuration validity
- restart httpd

- name: start and enable httpd
service:
name: "{{ httpd_service }}"
Expand Down
9 changes: 0 additions & 9 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,6 @@ _httpd_config_directory:

httpd_config_directory: "{{ _httpd_config_directory[ansible_distribution] | default(_httpd_config_directory['default']) }}"

_httpd_conf:
default: /etc/httpd/conf/httpd.conf
Alpine: /etc/apache2/apache2.conf
Debian: /etc/apache2/apache2.conf
Ubuntu: /etc/apache2/apache2.conf
openSUSE Leap: /etc/apache2/apache2.conf

httpd_conf: "{{ _httpd_conf[ansible_distribution] | default(_httpd_conf['default']) }}"

_httpd_data_directory:
default: /var/www/html
Alpine: /var/www/{{ httpd_servername | default(ansible_fqdn) }}
Expand Down

0 comments on commit 483f654

Please sign in to comment.