mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 19:10:19 +01:00
Add configure Solaris part
This commit is contained in:
parent
88b22fae69
commit
6e5b5bdadb
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@
|
||||||
- include: configure-Debian.yml
|
- include: configure-Debian.yml
|
||||||
when: ansible_os_family == 'Debian'
|
when: ansible_os_family == 'Debian'
|
||||||
|
|
||||||
|
- include: configure-Solaris.yml
|
||||||
|
when: ansible_os_family == 'Solaris'
|
||||||
|
|
||||||
- name: Ensure Apache has selected state and enabled on boot.
|
- name: Ensure Apache has selected state and enabled on boot.
|
||||||
service:
|
service:
|
||||||
name: "{{ apache_service }}"
|
name: "{{ apache_service }}"
|
||||||
|
|
Loading…
Reference in a new issue