Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Telekom MMS GmbH committed Nov 13, 2023
1 parent 3b3cf30 commit 2ed3db9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/icinga_hostgroup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,18 @@ Examples
assign_filter: 'host.name="foohost"'
append: true

- name: Update hostgroup using multiple contiditions in assign_filter
telekom_mms.icinga_director.icinga_hostgroup:
state: present
url: "{{ icinga_url }}"
url_username: "{{ icinga_user }}"
url_password: "{{ icinga_pass }}"
object_name: foohostgroup
assign_filter: 'host.vars.something="{{ your_var_here }}"|host.vars.something_else="anything"'
append: true
vars:
your_var_here: foo



Expand Down

0 comments on commit 2ed3db9

Please sign in to comment.