hspaans.firewalld
Nazwa Roli
Zainstaluj i skonfiguruj firewalld
Wymagania
Brak, ponieważ pakiet firewalld jest instalowany.
Zmienne Roli
Domyślne zmienne są ustawione w pliku defaults/main.yml
.
Zależności
Brak zależności od innych ról Ansible Galaxy.
Przykładowy Playbook
---
- hosts: serwery
vars:
firewalld_services_enable:
- https
- ssh
firewalld_services_disable:
- ftp
- http
firewalld_rich_rule_add:
- zone: public
family: ipv4
address: 192.0.2.0/24
port: 22
protocol: tcp
action: accept
roles:
- { role: hspaans.firewalld, become: true }
Licencja
MIT
Informacje o Autorze
Ta rola została stworzona w 2020 roku przez Hans Spaans.
Zainstaluj
ansible-galaxy install hspaans.firewalld
Licencja
mit
Pobrania
1.1k
Właściciel
GitBiz evangelist that follows the enlightenment path of CI/CD towards NoOps.