mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add example for configuration item deletion (#44390)
This commit is contained in:
parent
79153b95e5
commit
f29ef1fc11
1 changed files with 5 additions and 0 deletions
|
@ -106,6 +106,11 @@ EXAMPLES = '''
|
||||||
atomic: true
|
atomic: true
|
||||||
description: "Ansible - add swp1"
|
description: "Ansible - add swp1"
|
||||||
|
|
||||||
|
- name: Remove IP address from interface swp1
|
||||||
|
nclu:
|
||||||
|
commands:
|
||||||
|
- del int swp1 ip address 1.1.1.1/24
|
||||||
|
|
||||||
- name: Configure BGP AS and add 2 EBGP neighbors using BGP Unnumbered
|
- name: Configure BGP AS and add 2 EBGP neighbors using BGP Unnumbered
|
||||||
nclu:
|
nclu:
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue