Skip to content

Commit

Permalink
use fw role instead of module
Browse files Browse the repository at this point in the history
  • Loading branch information
mira-miracoli committed Aug 21, 2024
1 parent 526a05c commit 79bfe08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
10 changes: 2 additions & 8 deletions grafana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@
# ansible.posix.selinux:
# policy: targeted
# state: permissive
- name: Open firewallD
ansible.posix.firewalld:
service: "{{ item }}"
permanent: true
state: enabled
with_items:
- https
- http
- name: Install Dependencies
become: true
ansible.builtin.package:
Expand Down Expand Up @@ -55,6 +47,8 @@
- grafana.grafana
roles:
## Starting configuration of the operating system
- role: usegalaxy_eu.fw_glxeu_generic
become: true
- role: geerlingguy.repo-epel # Install EPEL repository
become: true
- role: usegalaxy_eu.handy.os_setup
Expand Down
3 changes: 3 additions & 0 deletions requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,6 @@ roles:
- src: https://github.com/usegalaxy-eu/ansible-traefik
name: usegalaxy_eu.traefik
version: 2.0.0
- src: https://github.com/usegalaxy-eu/ansible-fw-glxeu-generic
name: usegalaxy_eu.fw_glxeu_generic
version: 1.0.0

0 comments on commit 79bfe08

Please sign in to comment.