doc changes for backup option of network _config modules (#38797)
This commit is contained in:
parent
6030535917
commit
829f9fda7a
7 changed files with 20 additions and 11 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- backup options doc change to reflect backup directory location in case playbook is run from a role
|
|
@ -126,8 +126,9 @@ options:
|
|||
- This argument will cause the module to create a full backup of
|
||||
the current C(running-config) from the remote device before any
|
||||
changes are made. The backup file is written to the C(backup)
|
||||
folder in the playbook root directory. If the directory does not
|
||||
exist, it is created.
|
||||
folder in the playbook root directory or role root directory, if
|
||||
playbook is part of an ansible role. If the directory does not exist,
|
||||
it is created.
|
||||
required: false
|
||||
default: no
|
||||
type: bool
|
||||
|
|
|
@ -131,8 +131,9 @@ options:
|
|||
- This argument will cause the module to create a full backup of
|
||||
the current C(running-config) from the remote device before any
|
||||
changes are made. The backup file is written to the C(backup)
|
||||
folder in the playbook root directory. If the directory does not
|
||||
exist, it is created.
|
||||
folder in the playbook root directory or role root directory, if
|
||||
playbook is part of an ansible role. If the directory does not exist,
|
||||
it is created.
|
||||
required: false
|
||||
default: no
|
||||
type: bool
|
||||
|
|
|
@ -128,8 +128,9 @@ options:
|
|||
- This argument will cause the module to create a full backup of
|
||||
the current C(running-config) from the remote device before any
|
||||
changes are made. The backup file is written to the C(backup)
|
||||
folder in the playbook root directory. If the directory does not
|
||||
exist, it is created.
|
||||
folder in the playbook root directory or role root directory, if
|
||||
playbook is part of an ansible role. If the directory does not exist,
|
||||
it is created.
|
||||
required: false
|
||||
default: no
|
||||
choices: ['yes', 'no']
|
||||
|
|
|
@ -105,8 +105,9 @@ options:
|
|||
- This argument will cause the module to create a full backup of
|
||||
the current C(running-config) from the remote device before any
|
||||
changes are made. The backup file is written to the C(backup)
|
||||
folder in the playbook root directory. If the directory does not
|
||||
exist, it is created.
|
||||
folder in the playbook root directory or role root directory, if
|
||||
playbook is part of an ansible role. If the directory does not exist,
|
||||
it is created.
|
||||
required: false
|
||||
default: no
|
||||
choices: ['yes', 'no']
|
||||
|
|
|
@ -134,8 +134,9 @@ options:
|
|||
- This argument will cause the module to create a full backup of
|
||||
the current C(running-config) from the remote device before any
|
||||
changes are made. The backup file is written to the C(backup)
|
||||
folder in the playbook root directory. If the directory does not
|
||||
exist, it is created.
|
||||
folder in the playbook root directory or role root directory, if
|
||||
playbook is part of an ansible role. If the directory does not exist,
|
||||
it is created.
|
||||
required: false
|
||||
default: false
|
||||
type: bool
|
||||
|
|
|
@ -68,7 +68,9 @@ options:
|
|||
- The C(backup) argument will backup the current devices active
|
||||
configuration to the Ansible control host prior to making any
|
||||
changes. The backup file will be located in the backup folder
|
||||
in the root of the playbook
|
||||
in the playbook root directory or role root directory, if
|
||||
playbook is part of an ansible role. If the directory does not
|
||||
exist, it is created.
|
||||
required: false
|
||||
default: false
|
||||
choices: ['yes', 'no']
|
||||
|
|
Loading…
Reference in a new issue