mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixed typo from adress to address (#52143)
Signed-off-by: Amol Kahat <akahat@redhat.com>
This commit is contained in:
parent
1c352dfea2
commit
563725ba98
110 changed files with 128 additions and 128 deletions
|
@ -220,7 +220,7 @@ class LinuxNetwork(Network):
|
||||||
default_ipv4['broadcast'] = broadcast
|
default_ipv4['broadcast'] = broadcast
|
||||||
default_ipv4['netmask'] = netmask
|
default_ipv4['netmask'] = netmask
|
||||||
default_ipv4['network'] = network
|
default_ipv4['network'] = network
|
||||||
# NOTE: macadress is ref from outside scope
|
# NOTE: macaddress is ref from outside scope
|
||||||
default_ipv4['macaddress'] = macaddress
|
default_ipv4['macaddress'] = macaddress
|
||||||
default_ipv4['mtu'] = interfaces[device]['mtu']
|
default_ipv4['mtu'] = interfaces[device]['mtu']
|
||||||
default_ipv4['type'] = interfaces[device].get("type", "unknown")
|
default_ipv4['type'] = interfaces[device].get("type", "unknown")
|
||||||
|
|
|
@ -80,7 +80,7 @@ options:
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# Route an IP adress 1.1.1.1 to the service ns666.ovh.net
|
# Route an IP address 1.1.1.1 to the service ns666.ovh.net
|
||||||
- ovh_ip_failover:
|
- ovh_ip_failover:
|
||||||
name: 1.1.1.1
|
name: 1.1.1.1
|
||||||
service: ns666.ovh.net
|
service: ns666.ovh.net
|
||||||
|
|
|
@ -236,7 +236,7 @@ EXAMPLES = '''
|
||||||
|
|
||||||
---
|
---
|
||||||
# Typical output of a vsphere_facts run on a guest
|
# Typical output of a vsphere_facts run on a guest
|
||||||
# If vmware tools is not installed, ipadresses with return None
|
# If vmware tools is not installed, ipaddresses with return None
|
||||||
|
|
||||||
- hw_eth0:
|
- hw_eth0:
|
||||||
- addresstype: "assigned"
|
- addresstype: "assigned"
|
||||||
|
|
|
@ -97,7 +97,7 @@ EXAMPLES = """
|
||||||
|
|
||||||
RETURN = """
|
RETURN = """
|
||||||
firewall_address_config:
|
firewall_address_config:
|
||||||
description: full firewall adresses config string.
|
description: full firewall addresses config string.
|
||||||
returned: always
|
returned: always
|
||||||
type: str
|
type: str
|
||||||
change_string:
|
change_string:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -46,7 +46,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -46,7 +46,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -33,7 +33,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -45,7 +45,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- FortiOS or FortiGate ip adress.
|
- FortiOS or FortiGate ip address.
|
||||||
required: true
|
required: true
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -104,7 +104,7 @@ result:
|
||||||
description: The ipv4 address of the object
|
description: The ipv4 address of the object
|
||||||
type: str
|
type: str
|
||||||
address6:
|
address6:
|
||||||
description: The ipv6 adress of the object
|
description: The ipv6 address of the object
|
||||||
type: str
|
type: str
|
||||||
comment:
|
comment:
|
||||||
description: The comment string
|
description: The comment string
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
# - Comments begin with the '#' character
|
# - Comments begin with the '#' character
|
||||||
# - Blank lines are ignored
|
# - Blank lines are ignored
|
||||||
# - Groups of hosts are delimited by [header] elements
|
# - Groups of hosts are delimited by [header] elements
|
||||||
# - You can enter hostnames or ip addresses
|
# - You can enter hostnames or ip Addresses
|
||||||
# - A hostname/ip can be a member of multiple groups
|
# - A hostname/ip can be a member of multiple groups
|
||||||
#
|
#
|
||||||
# In the /etc/ansible/hosts file u have to enter [cnos_backup_sample] tag
|
# In the /etc/ansible/hosts file u have to enter [cnos_backup_sample] tag
|
||||||
# Following you should specify IP Adresses details
|
# Following you should specify IP Addresses details
|
||||||
# Please change <username> and <password> with appropriate value for your switch.
|
# Please change <username> and <password> with appropriate value for your switch.
|
||||||
|
|
||||||
[cnos_backup_sample]
|
[cnos_backup_sample]
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
# - Comments begin with the '#' character
|
# - Comments begin with the '#' character
|
||||||
# - Blank lines are ignored
|
# - Blank lines are ignored
|
||||||
# - Groups of hosts are delimited by [header] elements
|
# - Groups of hosts are delimited by [header] elements
|
||||||
# - You can enter hostnames or ip addresses
|
# - You can enter hostnames or ip Addresses
|
||||||
# - A hostname/ip can be a member of multiple groups
|
# - A hostname/ip can be a member of multiple groups
|
||||||
#
|
#
|
||||||
# In the /etc/ansible/hosts file u have to enter [cnos_banner_sample] tag
|
# In the /etc/ansible/hosts file u have to enter [cnos_banner_sample] tag
|
||||||
# Following you should specify IP Adresses details
|
# Following you should specify IP Addresses details
|
||||||
# Please change <username> and <password> with appropriate value for your switch.
|
# Please change <username> and <password> with appropriate value for your switch.
|
||||||
|
|
||||||
[cnos_banner_sample]
|
[cnos_banner_sample]
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
# - Comments begin with the '#' character
|
# - Comments begin with the '#' character
|
||||||
# - Blank lines are ignored
|
# - Blank lines are ignored
|
||||||
# - Groups of hosts are delimited by [header] elements
|
# - Groups of hosts are delimited by [header] elements
|
||||||
# - You can enter hostnames or ip addresses
|
# - You can enter hostnames or ip Addresses
|
||||||
# - A hostname/ip can be a member of multiple groups
|
# - A hostname/ip can be a member of multiple groups
|
||||||
#
|
#
|
||||||
# In the /etc/ansible/hosts file u have to enter [cnos_bgp_sample] tag
|
# In the /etc/ansible/hosts file u have to enter [cnos_bgp_sample] tag
|
||||||
# Following you should specify IP Adresses details
|
# Following you should specify IP Addresses details
|
||||||
# Please change <username> and <password> with appropriate value for your switch.
|
# Please change <username> and <password> with appropriate value for your switch.
|
||||||
|
|
||||||
[cnos_bgp_sample]
|
[cnos_bgp_sample]
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
# - Comments begin with the '#' character
|
# - Comments begin with the '#' character
|
||||||
# - Blank lines are ignored
|
# - Blank lines are ignored
|
||||||
# - Groups of hosts are delimited by [header] elements
|
# - Groups of hosts are delimited by [header] elements
|
||||||
# - You can enter hostnames or ip addresses
|
# - You can enter hostnames or ip Addresses
|
||||||
# - A hostname/ip can be a member of multiple groups
|
# - A hostname/ip can be a member of multiple groups
|
||||||
#
|
#
|
||||||
# In the /etc/ansible/hosts file u have to enter [cnos_command_sample] tag
|
# In the /etc/ansible/hosts file u have to enter [cnos_command_sample] tag
|
||||||
# Following you should specify IP Adresses details
|
# Following you should specify IP Addresses details
|
||||||
# Please change <username> and <password> with appropriate value for your switch.
|
# Please change <username> and <password> with appropriate value for your switch.
|
||||||
|
|
||||||
[cnos_command]
|
[cnos_command]
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
# - Comments begin with the '#' character
|
# - Comments begin with the '#' character
|
||||||
# - Blank lines are ignored
|
# - Blank lines are ignored
|
||||||
# - Groups of hosts are delimited by [header] elements
|
# - Groups of hosts are delimited by [header] elements
|
||||||
# - You can enter hostnames or ip addresses
|
# - You can enter hostnames or ip Addresses
|
||||||
# - A hostname/ip can be a member of multiple groups
|
# - A hostname/ip can be a member of multiple groups
|
||||||
#
|
#
|
||||||
# In the /etc/ansible/hosts file u have to enter [cnos_conditional_command_sample] tag
|
# In the /etc/ansible/hosts file u have to enter [cnos_conditional_command_sample] tag
|
||||||
# Following you should specify IP Adresses details
|
# Following you should specify IP Addresses details
|
||||||
# Please change <username> and <password> with appropriate value for your switch.
|
# Please change <username> and <password> with appropriate value for your switch.
|
||||||
|
|
||||||
[cnos_conditional_command_sample]
|
[cnos_conditional_command_sample]
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
# - Comments begin with the '#' character
|
# - Comments begin with the '#' character
|
||||||
# - Blank lines are ignored
|
# - Blank lines are ignored
|
||||||
# - Groups of hosts are delimited by [header] elements
|
# - Groups of hosts are delimited by [header] elements
|
||||||
# - You can enter hostnames or ip addresses
|
# - You can enter hostnames or ip Addresses
|
||||||
# - A hostname/ip can be a member of multiple groups
|
# - A hostname/ip can be a member of multiple groups
|
||||||
#
|
#
|
||||||
# In the /etc/ansible/hosts file u have to enter [cnos_conditional_template_sample] tag
|
# In the /etc/ansible/hosts file u have to enter [cnos_conditional_template_sample] tag
|
||||||
# Following you should specify IP Adresses details
|
# Following you should specify IP Addresses details
|
||||||
# Please change <username> and <password> with appropriate value for your switch.
|
# Please change <username> and <password> with appropriate value for your switch.
|
||||||
|
|
||||||
[cnos_conditional_template_sample]
|
[cnos_conditional_template_sample]
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
# - Comments begin with the '#' character
|
# - Comments begin with the '#' character
|
||||||
# - Blank lines are ignored
|
# - Blank lines are ignored
|
||||||
# - Groups of hosts are delimited by [header] elements
|
# - Groups of hosts are delimited by [header] elements
|
||||||
# - You can enter hostnames or ip addresses
|
# - You can enter hostnames or ip Addresses
|
||||||
# - A hostname/ip can be a member of multiple groups
|
# - A hostname/ip can be a member of multiple groups
|
||||||
#
|
#
|
||||||
# In the /etc/ansible/hosts file u have to enter [cnos_command_sample] tag
|
# In the /etc/ansible/hosts file u have to enter [cnos_command_sample] tag
|
||||||
# Following you should specify IP Adresses details
|
# Following you should specify IP Addresses details
|
||||||
# Please change <username> and <password> with appropriate value for your switch.
|
# Please change <username> and <password> with appropriate value for your switch.
|
||||||
|
|
||||||
[cnos_config]
|
[cnos_config]
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
# - Comments begin with the '#' character
|
# - Comments begin with the '#' character
|
||||||
# - Blank lines are ignored
|
# - Blank lines are ignored
|
||||||
# - Groups of hosts are delimited by [header] elements
|
# - Groups of hosts are delimited by [header] elements
|
||||||
# - You can enter hostnames or ip addresses
|
# - You can enter hostnames or ip Addresses
|
||||||
# - A hostname/ip can be a member of multiple groups
|
# - A hostname/ip can be a member of multiple groups
|
||||||
#
|
#
|
||||||
# In the /etc/ansible/hosts file u have to enter [cnos_facts_sample] tag
|
# In the /etc/ansible/hosts file u have to enter [cnos_facts_sample] tag
|
||||||
# Following you should specify IP Adresses details
|
# Following you should specify IP Addresses details
|
||||||
# Please change <username> and <password> with appropriate value for your switch.
|
# Please change <username> and <password> with appropriate value for your switch.
|
||||||
|
|
||||||
[cnos_facts]
|
[cnos_facts]
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue