Fix for firewalld

Change-Id: I710835ef9792b04b0bf127909583df6b4ae12e9c
This commit is contained in:
Joe Talerico 2016-04-29 11:28:19 -04:00
parent c97c20874e
commit 4ef4773686
2 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@
- name: Setup grafana-server service
service: name=grafana-server state=started enabled=true
become: true
ignore_errors: true
- name: Wait for grafana to be ready
wait_for: host={{grafana_host}} port={{grafana_port}} delay=5 timeout=30

View File

@ -64,6 +64,7 @@
- name: disable firewalld
service: name=firewalld state=stopped enabled=false
become: true
ignore_errors: true
# remove silly welcome from apache (if it exists)
- name: Remove httpd welcome config