Fix typo in purefa_user and purefa_dsroledocumentation examples (#59005)
fa_url not fb_url
This commit is contained in:
parent
3b0c933f18
commit
13d45cd0f9
2 changed files with 7 additions and 7 deletions
|
@ -59,7 +59,7 @@ EXAMPLES = r'''
|
||||||
purefa_dsrole:
|
purefa_dsrole:
|
||||||
role: array_admin
|
role: array_admin
|
||||||
state: absent
|
state: absent
|
||||||
fb_url: 10.10.10.2
|
fa_url: 10.10.10.2
|
||||||
api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
||||||
|
|
||||||
- name: Create array_admin directory service role
|
- name: Create array_admin directory service role
|
||||||
|
@ -67,7 +67,7 @@ EXAMPLES = r'''
|
||||||
role: array_admin
|
role: array_admin
|
||||||
group_base: "OU=PureGroups,OU=SANManagers"
|
group_base: "OU=PureGroups,OU=SANManagers"
|
||||||
group: pureadmins
|
group: pureadmins
|
||||||
fb_url: 10.10.10.2
|
fa_url: 10.10.10.2
|
||||||
api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
||||||
|
|
||||||
- name: Update ops_admin directory service role
|
- name: Update ops_admin directory service role
|
||||||
|
@ -75,7 +75,7 @@ EXAMPLES = r'''
|
||||||
role: ops_admin
|
role: ops_admin
|
||||||
group_base: "OU=PureGroups"
|
group_base: "OU=PureGroups"
|
||||||
group: opsgroup
|
group: opsgroup
|
||||||
fb_url: 10.10.10.2
|
fa_url: 10.10.10.2
|
||||||
api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -61,7 +61,7 @@ EXAMPLES = r'''
|
||||||
password: apassword
|
password: apassword
|
||||||
role: storage_admin
|
role: storage_admin
|
||||||
api: true
|
api: true
|
||||||
fb_url: 10.10.10.2
|
fa_url: 10.10.10.2
|
||||||
api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
|
@ -72,7 +72,7 @@ EXAMPLES = r'''
|
||||||
name: ansible
|
name: ansible
|
||||||
role: array_admin
|
role: array_admin
|
||||||
state: update
|
state: update
|
||||||
fb_url: 10.10.10.2
|
fa_url: 10.10.10.2
|
||||||
api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
||||||
|
|
||||||
- name: Change password type for existing user (NOT IDEMPOTENT)
|
- name: Change password type for existing user (NOT IDEMPOTENT)
|
||||||
|
@ -80,7 +80,7 @@ EXAMPLES = r'''
|
||||||
name: ansible
|
name: ansible
|
||||||
password: anewpassword
|
password: anewpassword
|
||||||
old_password: apassword
|
old_password: apassword
|
||||||
fb_url: 10.10.10.2
|
fa_url: 10.10.10.2
|
||||||
api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
||||||
|
|
||||||
- name: Change API token for existing user
|
- name: Change API token for existing user
|
||||||
|
@ -88,7 +88,7 @@ EXAMPLES = r'''
|
||||||
name: ansible
|
name: ansible
|
||||||
api: true
|
api: true
|
||||||
state: update
|
state: update
|
||||||
fb_url: 10.10.10.2
|
fa_url: 10.10.10.2
|
||||||
api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
|
|
Loading…
Reference in a new issue