* static: false for SmartOS include * add static=false to all conditional template include
@@ -13,6 +13,7 @@
- include: SmartOS/client.yml
when: ansible_distribution == "SmartOS"
+ static: false
- name: Ensure Sensu client service is running
service: name=sensu-client state=started enabled=yes
@@ -10,6 +10,7 @@
tags: redis
when: redis_server
and sensu_deploy_redis
- include: ssl.yml
tags: ssl
@@ -18,6 +19,7 @@
tags: rabbitmq
when: rabbitmq_server
and sensu_deploy_rabbitmq
- include: common.yml
tags: common
@@ -25,10 +27,12 @@
- include: server.yml
tags: server
when: sensu_master
- include: dashboard.yml
tags: dashboard
when: sensu_include_dashboard
- include: client.yml
tags: client
@@ -36,3 +40,4 @@
- include: plugins.yml
tags: plugins
when: sensu_include_plugins
- include: SmartOS/server.yml
- name: Ensure Sensu server service is running
service: name=sensu-server state=started enabled=yes
@@ -12,6 +12,7 @@
- include: ssl_generate.yml
when: sensu_ssl_gen_certs
- name: Deploy the Sensu client SSL cert/key
copy: