Skip to content

Commit

Permalink
Add the correct package for OracleLinux.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Jan 18, 2024
1 parent 868595e commit 32de477
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ _firewall_packages:
- ufw
Suse:
- ufw
OracleLinux:
- ufw
required:
default:
- ufw
Expand All @@ -31,6 +33,8 @@ _firewall_packages:
- python3-firewall
Suse:
- firewalld
OracleLinux:
- firewalld
firewall_packages_conflicting: "{{ _firewall_packages['conflicting'][ansible_distribution ~ '-' ~ ansible_distribution_major_version] | default(_firewall_packages['conflicting'][ansible_os_family] | default(_firewall_packages['conflicting']['default'] )) }}"
firewall_packages_required: "{{ _firewall_packages['required'][ansible_distribution ~ '-' ~ ansible_distribution_major_version] | default(_firewall_packages['required'][ansible_os_family] | default(_firewall_packages['required']['default'] )) }}"

Expand Down

0 comments on commit 32de477

Please sign in to comment.