zabbix: update playbook to call sync users from fas
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
1b25b222cc
commit
f7432e9b0e
1 changed files with 7 additions and 7 deletions
|
@ -28,12 +28,12 @@
|
||||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||||
|
|
||||||
- name: Sync sysadmin-noc membership to the zabbix server
|
- name: Sync sysadmin-noc membership to the zabbix server
|
||||||
include_role:
|
include_role:
|
||||||
name: zabbix_server
|
name: zabbix_server
|
||||||
tasks_from: sync_sysadmin_noc
|
tasks_from: sync_sysadmin_noc
|
||||||
apply:
|
apply:
|
||||||
tags:
|
tags:
|
||||||
- sync_users
|
- sync_users
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue