This is a hot build for issue #59! since 6.4.1, SDWAN has broken backward compatibility, we have this build to address that feature.
To install.
since 6.4.1, the API changed, so does module name: fortios_system_virtual_wan_link
--->fortios_system_sdwan
.
To use this collection,
You have to install Ansible 2.9.x(don't install Ansible 2.10.x, because it doesn't allow non-semantic versioning);
You also have to install this collection and install it.
Possible commands:
$pip3 uninstall ansible;pip3 install ansiblle==2.9.10
$wget https://github.com/fortinet-ansible-dev/ansible-galaxy-fortios-collection/releases/download/Hotbuild%2F6.4.1%2Fsdwan/fortinet-fortios-sdwan-preview.tar.gz
$ansible-galaxy collection install -fn fortinet-fortios-sdwan-preview.tar.gz
Process install dependency map
Starting collection install process
Installing 'fortinet.fortios:sdwan-preview' to '/home/linky/.ansible/collections/ansible_collections/fortinet/fortios'
$ansible-doc --module-path ~/.ansible/collections/ansible_collections/fortinet/fortios/plugins/modules/ fortios_system_sdwan
....
members:
-
comment: "Comments."
cost: "49"
gateway: "<your_own_value>"
gateway6: "<your_own_value>"
ingress_spillover_threshold: "52"
interface: "<your_own_value> (source system.interface.name)"
priority: "54"
seq_num: "55"
source: "<your_own_value>"
source6: "<your_own_value>"
spillover_threshold: "58"
status: "disable"
volume_ratio: "60"
weight: "61"
zone: "<your_own_value> (source system.sdwan.zone.name)"
....