Skip to content

Commit

Permalink
Add 6.5 column to compatibility tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Nikulin committed Nov 6, 2019
1 parent ec4d5f1 commit 8c23306
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
70 changes: 35 additions & 35 deletions samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,41 +9,41 @@ table.

## Samples in `ftd_configuration`

| Name | FTD 6.2.3 | FTD 6.3.0 | FTD 6.4.0 |
| ----------- | :-------: | :-------: | :-------: |
| `access_policy.yaml` ||| |
| `access_rule_with_applications.yml` ||| |
| `access_rule_with_intrusion_and_file_policies.yml` | || |
| `access_rule_with_logging.yml` ||| |
| `access_rule_with_networks.yml` ||| |
| `access_rule_with_urls.yml` ||| |
| `access_rule_with_users.yml` ||| |
| `anyconnect_package_file.yml` ||| |
| `backup.yml` ||| |
| `data_dns_settings.yml` ||| |
| `deployment.yml` ||| |
| `dhcp_container.yml` ||| |
| `download_upload.yml` ||| |
| `ha_join.yml` ||| |
| `identity_policy.yml` ||| |
| `initial_provisioning.yml` ||| |
| `nat.yml` ||| |
| `network_object.yml` ||| |
| `network_object_with_host_vars.yml` ||| |
| `physical_interface.yml` ||| |
| `port_object.yml` ||| |
| `ra_vpn.yml` ||| |
| `ra_vpn_license.yaml` ||| |
| `security_intelligence_url_policy.yml` ||| |
| `smart_license.yml` ||| |
| `ssl_policy.yml` ||| |
| `static_route_entry.yml` ||| |
| `sub_interface.yml` ||| |
| Name | FTD 6.2.3 | FTD 6.3.0 | FTD 6.4.0 | FTD 6.5.0 |
| ----------- | :-------: | :-----: | :-----: | :-----: |
| `access_policy.yaml` |||| |
| `access_rule_with_applications.yml` |||| |
| `access_rule_with_intrusion_and_file_policies.yml` | ||| |
| `access_rule_with_logging.yml` |||| |
| `access_rule_with_networks.yml` |||| |
| `access_rule_with_urls.yml` |||| |
| `access_rule_with_users.yml` |||| |
| `anyconnect_package_file.yml` |||| |
| `backup.yml` |||| |
| `data_dns_settings.yml` |||| |
| `deployment.yml` |||| |
| `dhcp_container.yml` |||| |
| `download_upload.yml` |||| |
| `ha_join.yml` |||| |
| `identity_policy.yml` |||| |
| `initial_provisioning.yml` |||| |
| `nat.yml` |||| |
| `network_object.yml` |||| |
| `network_object_with_host_vars.yml` |||| |
| `physical_interface.yml` |||| |
| `port_object.yml` |||| |
| `ra_vpn.yml` |||| |
| `ra_vpn_license.yaml` |||| |
| `security_intelligence_url_policy.yml` |||| |
| `smart_license.yml` |||| |
| `ssl_policy.yml` |||| |
| `static_route_entry.yml` |||| |
| `sub_interface.yml` |||| |

## Samples in `deployment/vmware`

| Name | FTD 6.2.3 | FTD 6.3.0 | FTD 6.4.0 |
| ---------------------- | :-------: | :-------: | :-------: |
| deploy.yml ||| |
| destroy.yml ||| |
| deploy_and_destroy.yml | || |
| Name | FTD 6.2.3 | FTD 6.3.0 | FTD 6.4.0 | FTD 6.5.0 |
| ----------- | :-------: | :-----: | :-----: | :-----: |
| deploy.yml |||| |
| destroy.yml |||| |
| deploy_and_destroy.yml | ||| |
2 changes: 1 addition & 1 deletion samples/ftd_configuration/ha_join.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
- name: Stop the playbook if the HA Join failed
fail:
msg: 'HA Join failed. Status: {{ deployment_status.statusMessages }}'
when: ha_status.state != 'DEPLOYED'
when: ha_status.state != 'DEPLOYED'

0 comments on commit 8c23306

Please sign in to comment.