KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
ansible-role-firewalld
★ 8
Open GitHub ↗
A ansible role for firewalld
Download README (.md)
Explore Similar Repositories
introduction-to-leveldb
:
Some slides to get a quick introduction about LevelDB
AutoGlucose
:
Automatically upload readings from my Accu Chek Mobile Blood Glucose Meter onto the mysugr.com website using REST services.
vault-spring-boot-starter
:
Spring Vault Property Injection. Get started using Vault secret management.
victorious-git
:
Play fanfare after triumphing over git conflicts
base-css4-wordpress
:
This is a site starter template for Wordpress utilizing PostCSS and ES6
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ansible-role-firewalld
?
Download (.md)
Role Name ========= Uses firewalld on CentOS/Redhat 7 or Fedora 21/22 to configure the firewall Requirements ------------ The ansible module firewalld is used for the configuration. Role Variables -------------- There are two hashes: - firewalld_allow_services - firewalld_allow_ports Values for firewalld_allow_services: firewalld_allow_services: service: <service name> zone: [zone] (default: public) permanent: [True|False] (default: True) state: [enabled|disabled] (default: enabled) Only service is required! Values for firewalld_allow_ports: firewalld_allow_ports: port: <port/protocol> zone: [zone] (default: public) permanent: [True|False] (default: True) state: [enabled|disabled] (default: enabled) Example Playbook ---------------- - hosts: servers vars: firewalld_allow_services: - { service: "http" } - { service: "telnet", zone: "dmz", permanent: True, state: "disabled" } roles: - marcelnijenhof.firewalld Disable firewalld service example --------------------------------- - hosts: servers vars: firewalld_allow_services: - { firewalld_disable: true } roles: - marcelnijenhof.firewalld License ------- BSD Author Information ------------------ Marcel Nijenhof <marceln@pion.xs4all.nl>