Skip to content

Commit 1175053

Browse files
Feature/update documentation gateway organizations (#1201)
* updating yaml example in gateway_organizations folder readme file * fixing new_name order * Create gateway_org_doc.yml --------- Co-authored-by: David Danielsson <[email protected]>
1 parent d7f960d commit 1175053

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
trivial:
3+
- updated example for gateway_organizaitons
4+
...

roles/gateway_organizations/README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,18 @@ File name: `data/aap_organizations.yml`
136136
```yaml
137137
---
138138
aap_organizations:
139-
- name: Default
140-
description: This is the Default Group
141-
- name: Automation Group
142-
description: This is the Automation Group
139+
- name: Deprecated Org
140+
description: This is the Deprecated Org Group
141+
state: absent
142+
- name: Org 1
143+
description: This is the Org 1 Group
144+
state: exists
145+
- name: Org 2
146+
description: This is the Org 2 Group
147+
- name: Org 3
143148
custom_virtualenv: "/opt/cust/environment/"
144149
max_hosts: 10
150+
new_name: Org 4
145151
```
146152
147153
### Run Playbook

0 commit comments

Comments
 (0)