Repository URL to install this package:
|
Version:
6.0.0 ▾
|
---
- name: Create user template
t_systems_mms.icinga_director.icinga_user_template:
state: present
url: "{{ icinga_url }}"
url_username: "{{ icinga_user }}"
url_password: "{{ icinga_pass }}"
object_name: "foousertemplate"
enable_notifications: false
period: '24/7'
- name: Update user template
t_systems_mms.icinga_director.icinga_user_template:
state: present
url: "{{ icinga_url }}"
url_username: "{{ icinga_user }}"
url_password: "{{ icinga_pass }}"
object_name: "foousertemplate"
enable_notifications: true
append: true