Infrastructure cleanup
This commit is contained in:
@@ -11,7 +11,6 @@ all:
|
||||
staticrange: '10.0.1.1,10.0.1.223,255.255.255.0,12h'
|
||||
dns: "10.0.1.2"
|
||||
logserver: "10.0.1.16"
|
||||
ldapserver: "10.0.1.3"
|
||||
webfront: "10.0.1.3"
|
||||
# Standards
|
||||
daemon_shell: /sbin/nologin
|
||||
@@ -21,6 +20,18 @@ all:
|
||||
static: false
|
||||
wireless_ssid: 'Shadowfeed'
|
||||
ansible_python_interpreter: auto_silent
|
||||
ldap:
|
||||
server: "10.0.1.3"
|
||||
orgdn: "dc=aninix,dc=net"
|
||||
binduser: 'binduser'
|
||||
userou: 'ou=People'
|
||||
organization: # Information about the group
|
||||
admin: 'DarkFeather'
|
||||
email: 'ircs://irc.aninix.net:6697/DarkFeather'
|
||||
displayname: 'AniNIX'
|
||||
ssl: # Standard SSL cryptographic standards
|
||||
identity: 'aninix.net-0001' # The Let's Encrypt identity to use
|
||||
ciphersuite: "!NULL:!SSLv2:!SSLv3:!TLSv1:EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH"
|
||||
children:
|
||||
managed:
|
||||
children:
|
||||
@@ -153,7 +164,7 @@ all:
|
||||
test2:
|
||||
ip: 10.0.1.53
|
||||
ipinterface: ens3
|
||||
mac: 00:15:5d:01:02:05
|
||||
mac: 00:15:5d:01:02:03
|
||||
cores: 2
|
||||
memory: 2
|
||||
bridge: br0
|
||||
|
Reference in New Issue
Block a user