Skip to content

Commit

Permalink
Alpine, install required software, openSUSE has a specific path.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Dec 31, 2018
1 parent 84422dc commit 32fcb8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ _httpd_packages:
Alpine:
- apache2
- apache2-ssl
- apache2-proxy
Archlinux:
- apache
Debian:
Expand Down Expand Up @@ -61,6 +62,8 @@ _httpd_modules_path:
default: modules
Debian: /usr/lib/apache2/modules
Ubuntu: /usr/lib/apache2/modules
openSUSE Leap: /usr/lib64/apache2-prefork
openSUSE Tumbleweed: /usr/lib64/apache2-prefork

httpd_modules_path: "{{ _httpd_modules_path[ansible_distribution] | default(_httpd_modules_path['default']) }}"

Expand Down

0 comments on commit 32fcb8d

Please sign in to comment.