mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-09 23:05:43 +02:00
16 lines
1.1 KiB
YAML
16 lines
1.1 KiB
YAML
version: "latest"
|
|
network:
|
|
local: True # Activates local network. Necessary for LDIF import routines
|
|
docker: True # Activates docker network to allow other docker containers to connect
|
|
public: False # Set to true in inventory file if you want to expose the LDAP port to the internet
|
|
hostname: "ldap" # Hostname of the LDAP Server in the central_ldap network
|
|
webinterface: "lam" # The webinterface which should be used. Possible: lam and phpldapadmin
|
|
users:
|
|
administrator:
|
|
username: "{{users.administrator.username}}" # Administrator username
|
|
credentials:
|
|
# administrator_password: # CHANGE for security reasons in inventory file
|
|
# administrator_database_password: # CHANGE for security reasons in inventory file
|
|
features:
|
|
ldap: true
|