JonTheNiceGuy / fortigate_policy

An Ansible Role to deliver FortiGate Firewall policy changes. THIS ROLE CAN BE DESTRUCTIVE - PLEASE ENSURE YOU HAVE A BACKUP OF YOUR CONFIG BEFORE USING THIS ROLE!
MIT License
2 stars 0 forks source link

Case sensitivity issues between address objects and rules #14

Open JonTheNiceGuy opened 5 years ago

JonTheNiceGuy commented 5 years ago

Reported internally

Given the following address object:

issue_address_object:
  example1:
    ip: "192.0.2.1"

And the following rulegroup:

rulegroup01:
  rule01:
    sources: EXAMPLE1
    destinations: EXAMPLE1
    services: HTTPS

The role progresses into E10_create_policy.yml without being stopped.

Requires:

JonTheNiceGuy commented 5 years ago

Preliminary tests show that this is not an Ansible issue, per-sey, but instead might be down to issues between the playbook and configured items on the firewall. This might be something to check in E01a-f, rather than being something to filter in B03.