30 lines
		
	
	
		
			686 B
		
	
	
	
		
			YAML
		
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			686 B
		
	
	
	
		
			YAML
		
	
	
---
 | 
						|
glob_thelounge:
 | 
						|
  version:
 | 
						|
    short: 4.3.1
 | 
						|
    long: 4.3.1-2
 | 
						|
  public: "false"
 | 
						|
  host: "undefined"
 | 
						|
  reverseProxy: "false"
 | 
						|
  oidentd: "null"
 | 
						|
  irc:
 | 
						|
    name: Crans
 | 
						|
    host: irc.crans.org
 | 
						|
    port: 6697
 | 
						|
    password:
 | 
						|
    tls: "true"
 | 
						|
    rejectUnauthorized: "true"
 | 
						|
    nick: "thelounge%%"
 | 
						|
    username: "thelounge"
 | 
						|
    realname: "The Lounge User"
 | 
						|
    join: "#general"
 | 
						|
  ldap_enable: "false"
 | 
						|
  ldap:
 | 
						|
    url: "ldap://{{ query('ldap', 'ip4', 'yson-partou', 'adm') }}"
 | 
						|
    primaryKey: "cn"
 | 
						|
    rootDN: "{{ vault.thelounge.ldap.rootDN }}"
 | 
						|
    rootPassword: "{{ vault.thelounge.ldap.rootPassword }}"
 | 
						|
    filter: "(objectclass=inetOrgPerson)"
 | 
						|
    base: "dc=crans,dc=org"
 | 
						|
    scope: "sub"
 |