Start httpd on role frontend2 and not frontend
This commit is contained in:
parent
f4cce884f3
commit
fa9ac723f6
2 changed files with 3 additions and 3 deletions
|
@ -17,6 +17,3 @@
|
||||||
- restart httpd
|
- restart httpd
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: startup apache
|
|
||||||
service: name=httpd enabled=yes state=started
|
|
||||||
|
|
|
@ -40,3 +40,6 @@
|
||||||
action: seboolean name=httpd_can_network_connect_db
|
action: seboolean name=httpd_can_network_connect_db
|
||||||
state=true
|
state=true
|
||||||
persistent=true
|
persistent=true
|
||||||
|
|
||||||
|
- name: startup apache
|
||||||
|
service: name=httpd enabled=yes state=started
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue