Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
d903818b
Commit
d903818b
authored
Aug 11, 2019
by
Sven-Hendrik Haase
Browse files
Prepare LDAP playbook
parent
cb9287d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
playbooks/ldap.archlinux.org.yml
0 → 100644
View file @
d903818b
---
-
name
:
setup LDAP server
hosts
:
ldap.archlinux.org
remote_user
:
root
roles
:
-
{
role
:
common
}
-
{
role
:
tools
}
-
{
role
:
firewalld
}
-
{
role
:
sshd
}
-
{
role
:
root_ssh
}
-
{
role
:
ldap
}
roles/ldap/tasks/main.yml
0 → 100644
View file @
d903818b
---
-
name
:
install ldap
pacman
:
name=openldap state=present
-
name
:
open firewall hole
firewalld
:
service=ldap permanent=true state=enabled immediate=yes
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