mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Minor fixes (#25059)
1) Examples: Remove double space between "option:" and "value" 2) Documentation: Fix rendering usses 3) Documentation: Remove `required: true` to match argspec
This commit is contained in:
@@ -116,34 +116,34 @@ EXAMPLES = '''
|
||||
|
||||
- name: "Radius authentication Server Basic settings"
|
||||
ce_aaa_server:
|
||||
state: present
|
||||
authen_scheme_name: test1
|
||||
first_authen_mode: radius
|
||||
radius_server_group: test2
|
||||
state: present
|
||||
authen_scheme_name: test1
|
||||
first_authen_mode: radius
|
||||
radius_server_group: test2
|
||||
provider: "{{ cli }}"
|
||||
|
||||
- name: "Undo radius authentication Server Basic settings"
|
||||
ce_aaa_server:
|
||||
state: absent
|
||||
authen_scheme_name: test1
|
||||
first_authen_mode: radius
|
||||
radius_server_group: test2
|
||||
state: absent
|
||||
authen_scheme_name: test1
|
||||
first_authen_mode: radius
|
||||
radius_server_group: test2
|
||||
provider: "{{ cli }}"
|
||||
|
||||
- name: "Hwtacacs accounting Server Basic settings"
|
||||
ce_aaa_server:
|
||||
state: present
|
||||
acct_scheme_name: test1
|
||||
accounting_mode: hwtacacs
|
||||
hwtacas_template: test2
|
||||
state: present
|
||||
acct_scheme_name: test1
|
||||
accounting_mode: hwtacacs
|
||||
hwtacas_template: test2
|
||||
provider: "{{ cli }}"
|
||||
|
||||
- name: "Undo hwtacacs accounting Server Basic settings"
|
||||
ce_aaa_server:
|
||||
state: absent
|
||||
acct_scheme_name: test1
|
||||
accounting_mode: hwtacacs
|
||||
hwtacas_template: test2
|
||||
state: absent
|
||||
acct_scheme_name: test1
|
||||
accounting_mode: hwtacacs
|
||||
hwtacas_template: test2
|
||||
provider: "{{ cli }}"
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user