-
Notifications
You must be signed in to change notification settings - Fork 0
This holds a simple firewalld xml file for a Salt Master server
License
killroy1971/salt-firewalld
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This contains a simple firewalld xml file to define a salt-master service. To use it: 1. Place the .xml file into /etc/firewalld/services. 2. Reload the firewall service: firewall-cmd reload 3. Check for the salt-mater service's availability: firewall-cmd --get-services 4. If it isn't listed, restart firewalld: systemctl restart firewalld 5. Add the salt-master service: firewall-cmd --permanent --add-service salt-master 6. Reload the firewall configuration to activate: firewall-cmd --reload 7. Confirm the salt-master firewall service activation: firewall-cmd --list-services It works on my humble salt master VM. I'm sure Saltstack will add this to future releases.
About
This holds a simple firewalld xml file for a Salt Master server
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published