Skip to content

Instantly share code, notes, and snippets.

@crayfishx
Created February 25, 2016 11:42
Show Gist options
  • Save crayfishx/b02bc871ec5046ff33e7 to your computer and use it in GitHub Desktop.
Save crayfishx/b02bc871ec5046ff33e7 to your computer and use it in GitHub Desktop.
firewalld::ports:
my_service:
port: 5666
protocol: tcp
my_other_service:
port: 5667
protocol: tcp
@Reedler01
Copy link

firewalld::ports:
ensure: present
zone: internal
port: 8140
protocol: tcp
ports:
ensure: present
zone: internal
port: 8080
protocol: tcp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment