Tacmatricx

Results 7 comments of Tacmatricx

Split the configuration into two plays... Can give that a shot, thanks a million especially if it works :)

That works! Going to have to figure out how to get it to run without having to go through all the interface variables twice. Tried using blocks but will have...

Hit an issue with this one again, change is accepted but commit fails. Will reopen this bug, restore the firewall to factory defaults and see if I can replicate.

Here is the error I'm getting when the commit play runs: fatal: [Wall]: FAILED! => {"changed": false, "msg": "Validation Error: | network -> virtual-router -> default -> interface 'ethernet1/8' is...

This is what it should look like: - name: configure interfaces paloaltonetworks.panos.panos_interface: provider: '{{ device }}' state: present if_name: '{{ item.name }}' mode: '{{ item.mode | default(omit) }}' ip: '{{...

Not sure how to remove an interface from a virtual router, the panos_virtual_router does not make this easy. I would have to manually recreate the list of interfaces to remove...

Hi Mate, I wish I could say this was resolved. I ended up just manually configuring this portion. Glad it's not just me! Let's hope it gets noticed and we...