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"
|
||||
|
||||
- name: Sync sysadmin-noc membership to the zabbix server
|
||||
include_role:
|
||||
name: zabbix_server
|
||||
tasks_from: sync_sysadmin_noc
|
||||
apply:
|
||||
tags:
|
||||
- sync_users
|
||||
include_role:
|
||||
name: zabbix_server
|
||||
tasks_from: sync_sysadmin_noc
|
||||
apply:
|
||||
tags:
|
||||
- sync_users
|
||||
|
||||
handlers:
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue