|
58 | 58 | # Create a single contact group.
|
59 | 59 | - name: "Create a single contact group."
|
60 | 60 | checkmk.general.contact_group:
|
61 |
| - server_url: "http://my_server/" |
62 |
| - site: "my_site" |
63 |
| - automation_user: "my_user" |
64 |
| - automation_secret: "my_secret" |
| 61 | + server_url: "http://myserver/" |
| 62 | + site: "mysite" |
| 63 | + automation_user: "myuser" |
| 64 | + automation_secret: "mysecret" |
65 | 65 | name: "my_contact_group"
|
66 | 66 | title: "My Contact Group"
|
67 | 67 | customer: "provider"
|
|
70 | 70 | # Create several contact groups.
|
71 | 71 | - name: "Create several contact groups."
|
72 | 72 | checkmk.general.contact_group:
|
73 |
| - server_url: "http://my_server/" |
74 |
| - site: "my_site" |
75 |
| - automation_user: "my_user" |
76 |
| - automation_secret: "my_secret" |
| 73 | + server_url: "http://myserver/" |
| 74 | + site: "mysite" |
| 75 | + automation_user: "myuser" |
| 76 | + automation_secret: "mysecret" |
77 | 77 | customer: "provider"
|
78 | 78 | groups:
|
79 | 79 | - name: "my_contact_group_one"
|
|
87 | 87 | # Create several contact groups.
|
88 | 88 | - name: "Create several contact groups."
|
89 | 89 | checkmk.general.contact_group:
|
90 |
| - server_url: "http://my_server/" |
91 |
| - site: "my_site" |
92 |
| - automation_user: "my_user" |
93 |
| - automation_secret: "my_secret" |
| 90 | + server_url: "http://myserver/" |
| 91 | + site: "mysite" |
| 92 | + automation_user: "myuser" |
| 93 | + automation_secret: "mysecret" |
94 | 94 | customer: "provider"
|
95 | 95 | groups:
|
96 | 96 | - name: "my_contact_group_one"
|
|
102 | 102 | # Delete a single contact group.
|
103 | 103 | - name: "Create a single contact group."
|
104 | 104 | checkmk.general.contact_group:
|
105 |
| - server_url: "http://my_server/" |
106 |
| - site: "my_site" |
107 |
| - automation_user: "my_user" |
108 |
| - automation_secret: "my_secret" |
| 105 | + server_url: "http://myserver/" |
| 106 | + site: "mysite" |
| 107 | + automation_user: "myuser" |
| 108 | + automation_secret: "mysecret" |
109 | 109 | name: "my_contact_group"
|
110 | 110 | state: "absent"
|
111 | 111 |
|
112 | 112 | # Delete several contact groups.
|
113 | 113 | - name: "Delete several contact groups."
|
114 | 114 | checkmk.general.contact_group:
|
115 |
| - server_url: "http://my_server/" |
116 |
| - site: "my_site" |
117 |
| - automation_user: "my_user" |
118 |
| - automation_secret: "my_secret" |
| 115 | + server_url: "http://myserver/" |
| 116 | + site: "mysite" |
| 117 | + automation_user: "myuser" |
| 118 | + automation_secret: "mysecret" |
119 | 119 | groups:
|
120 | 120 | - name: "my_contact_group_one"
|
121 | 121 | - name: "my_contact_group_two"
|
|
0 commit comments