Skip to content

Commit

Permalink
organization
Browse files Browse the repository at this point in the history
  • Loading branch information
dsiemienas03 committed Dec 5, 2024
1 parent f4b24ed commit b51439b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 25 deletions.
File renamed without changes.
2 changes: 0 additions & 2 deletions src/playbooks/cisco/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions src/playbooks/cisco/inventory.yml

This file was deleted.

4 changes: 1 addition & 3 deletions src/playbooks/palo-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
name: dsu.ccdc.palo
tasks_from: interfaces


# Firewall rules
- name: Add CCDC local firewall rules
ansible.builtin.import_role:
Expand All @@ -39,14 +38,13 @@

- name: Add service rules
when: service.key not in fw_block
ansible.builtin.include_role:
ansible.builtin.include_role:
name: dsu.ccdc.palo
tasks_from: palo_service
loop: "{{ services.palo | dict2items }}"
loop_control:
loop_var: service


handlers:
- name: Wait for System Information
paloaltonetworks.panos.panos_op:
Expand Down

0 comments on commit b51439b

Please sign in to comment.