mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
doc for _config backup argument (#38650)
This commit is contained in:
parent
ab52d84151
commit
6de49f084c
6 changed files with 18 additions and 11 deletions
|
@ -113,8 +113,9 @@ options:
|
||||||
- This argument will cause the module to create a full backup of
|
- This argument will cause the module to create a full backup of
|
||||||
the current C(running-config) from the remote device before any
|
the current C(running-config) from the remote device before any
|
||||||
changes are made. The backup file is written to the C(backup)
|
changes are made. The backup file is written to the C(backup)
|
||||||
folder in the playbook root directory. If the directory does not
|
folder in the playbook root directory or role root directory, if
|
||||||
exist, it is created.
|
playbook is part of an ansible role. If the directory does not exist,
|
||||||
|
it is created.
|
||||||
type: bool
|
type: bool
|
||||||
default: 'no'
|
default: 'no'
|
||||||
version_added: "2.2"
|
version_added: "2.2"
|
||||||
|
|
|
@ -117,8 +117,9 @@ options:
|
||||||
- This argument will cause the module to create a full backup of
|
- This argument will cause the module to create a full backup of
|
||||||
the current C(running-config) from the remote device before any
|
the current C(running-config) from the remote device before any
|
||||||
changes are made. The backup file is written to the C(backup)
|
changes are made. The backup file is written to the C(backup)
|
||||||
folder in the playbook root directory. If the directory does not
|
folder in the playbook root directory or role root directory, if
|
||||||
exist, it is created.
|
playbook is part of an ansible role. If the directory does not exist,
|
||||||
|
it is created.
|
||||||
type: bool
|
type: bool
|
||||||
default: 'no'
|
default: 'no'
|
||||||
version_added: "2.2"
|
version_added: "2.2"
|
||||||
|
|
|
@ -113,8 +113,9 @@ options:
|
||||||
- This argument will cause the module to create a full backup of
|
- This argument will cause the module to create a full backup of
|
||||||
the current C(running-config) from the remote device before any
|
the current C(running-config) from the remote device before any
|
||||||
changes are made. The backup file is written to the C(backup)
|
changes are made. The backup file is written to the C(backup)
|
||||||
folder in the playbook root directory. If the directory does not
|
folder in the playbook root directory or role root directory, if
|
||||||
exist, it is created.
|
playbook is part of an ansible role. If the directory does not exist,
|
||||||
|
it is created.
|
||||||
type: bool
|
type: bool
|
||||||
default: 'no'
|
default: 'no'
|
||||||
version_added: "2.2"
|
version_added: "2.2"
|
||||||
|
|
|
@ -92,8 +92,9 @@ options:
|
||||||
- This argument will cause the module to create a full backup of
|
- This argument will cause the module to create a full backup of
|
||||||
the current C(running-config) from the remote device before any
|
the current C(running-config) from the remote device before any
|
||||||
changes are made. The backup file is written to the C(backup)
|
changes are made. The backup file is written to the C(backup)
|
||||||
folder in the playbook root directory. If the directory does not
|
folder in the playbook root directory or role root directory, if
|
||||||
exist, it is created.
|
playbook is part of an ansible role. If the directory does not exist,
|
||||||
|
it is created.
|
||||||
type: bool
|
type: bool
|
||||||
default: 'no'
|
default: 'no'
|
||||||
version_added: "2.2"
|
version_added: "2.2"
|
||||||
|
|
|
@ -119,8 +119,9 @@ options:
|
||||||
- This argument will cause the module to create a full backup of
|
- This argument will cause the module to create a full backup of
|
||||||
the current C(running-config) from the remote device before any
|
the current C(running-config) from the remote device before any
|
||||||
changes are made. The backup file is written to the C(backup)
|
changes are made. The backup file is written to the C(backup)
|
||||||
folder in the playbook root directory. If the directory does not
|
folder in the playbook root directory or role root directory, if
|
||||||
exist, it is created.
|
playbook is part of an ansible role. If the directory does not exist,
|
||||||
|
it is created.
|
||||||
type: bool
|
type: bool
|
||||||
default: 'no'
|
default: 'no'
|
||||||
version_added: "2.2"
|
version_added: "2.2"
|
||||||
|
|
|
@ -63,7 +63,9 @@ options:
|
||||||
- The C(backup) argument will backup the current devices active
|
- The C(backup) argument will backup the current devices active
|
||||||
configuration to the Ansible control host prior to making any
|
configuration to the Ansible control host prior to making any
|
||||||
changes. The backup file will be located in the backup folder
|
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.
|
||||||
type: bool
|
type: bool
|
||||||
default: 'no'
|
default: 'no'
|
||||||
comment:
|
comment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue