mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Tech review edits.
This commit is contained in:
parent
b2d3631ca1
commit
ff2d3fee3e
1 changed files with 14 additions and 14 deletions
|
@ -12,17 +12,17 @@ Starting with Ansible version 2.1, you can now use the familiar Ansible models o
|
||||||
|
|
||||||
Ansible currently supports the following networking devices:
|
Ansible currently supports the following networking devices:
|
||||||
|
|
||||||
* Arista EOS (cli, eapi)
|
* Arista EOS
|
||||||
* Cisco NXOS (cli, nxapi)
|
* Cisco NXOS
|
||||||
* Cisco IOS (cli)
|
* Cisco IOS
|
||||||
* Cisco IOSXR (cli, netconf)
|
* Cisco IOSXR
|
||||||
* Cumulus Linux (ssh)
|
* Cumulus Linux
|
||||||
* Juniper JUNOS (cli, netconf)
|
* Juniper JUNOS
|
||||||
* OpenSwitch (ssh, cli, rest)
|
* OpenSwitch
|
||||||
|
|
||||||
.. _networking_prerequisites:
|
.. _networking_prerequisites:
|
||||||
|
|
||||||
Network Management Prerequisites
|
Network Automation Prerequisites
|
||||||
````````````````````````
|
````````````````````````
|
||||||
|
|
||||||
TBD
|
TBD
|
||||||
|
@ -30,7 +30,7 @@ TBD
|
||||||
|
|
||||||
.. _networking_installation:
|
.. _networking_installation:
|
||||||
|
|
||||||
Network Management Installation
|
Network Automation Installation
|
||||||
````````````````````````
|
````````````````````````
|
||||||
|
|
||||||
TBD
|
TBD
|
||||||
|
@ -162,10 +162,10 @@ ssh_keyfile ANSIBLE_NET_SSH_KEYFILE
|
||||||
authorize ANSIBLE_NET_AUTHORIZE
|
authorize ANSIBLE_NET_AUTHORIZE
|
||||||
auth_pass ANSIBLE_NET_AUTH_PASS
|
auth_pass ANSIBLE_NET_AUTH_PASS
|
||||||
|
|
||||||
Environment variables are evaulated in the following order, list from lowest to highest priority:
|
Variables are evaulated in the following order, list from lowest to highest priority:
|
||||||
|
|
||||||
* Default
|
* Default
|
||||||
* Environmet
|
* Environment
|
||||||
* Provider
|
* Provider
|
||||||
* Task arguments
|
* Task arguments
|
||||||
|
|
||||||
|
@ -184,15 +184,15 @@ To see what modules are available for networking devices, please browse the `"ne
|
||||||
Conditionals in Networking Modules
|
Conditionals in Networking Modules
|
||||||
````````````````````````
|
````````````````````````
|
||||||
|
|
||||||
Ansible allows you to use conditionals to control the flow of your playbooks. Ansible networking modules use unique conditional statements.
|
Ansible allows you to use conditionals to control the flow of your playbooks. Ansible networking command modules use unique conditional statements.
|
||||||
|
|
||||||
* eq - Equal.
|
* eq - Equal
|
||||||
* neq - Not equal
|
* neq - Not equal
|
||||||
* gt - Greater than
|
* gt - Greater than
|
||||||
* ge - Greater than or equal
|
* ge - Greater than or equal
|
||||||
* lt - Less than
|
* lt - Less than
|
||||||
* le - Less than or equal
|
* le - Less than or equal
|
||||||
* contains -
|
* contains - Object contains specified item
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue