Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
8c3f8bf7
Commit
8c3f8bf7
authored
Aug 15, 2018
by
Phillip Smith (fukawi2)
Browse files
initial commit of luna.yml playbook
parent
a342d291
Changes
1
Hide whitespace changes
Inline
Side-by-side
playbooks/luna.yml
0 → 100644
View file @
8c3f8bf7
---
-
name
:
setup luna
hosts
:
luna.archlinux.org
remote_user
:
root
tasks
:
-
name
:
open firewall holes for services
firewalld
:
service={{item}} permanent=true state=enabled immediate=yes
with_items
:
-
zabbix-agent
-
http
-
https
-
rsyncd
-
smtp
-
git
when
:
configure_firewall
tags
:
-
firewall
-
name
:
open firewall holes for ports
firewalld
:
port={{item}} permanent=true state=enabled immediate=yes
with_items
:
-
6969/tcp
-
4949/tcp
when
:
configure_firewall
tags
:
-
firewall
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment