14 lines
373 B
YAML
14 lines
373 B
YAML
domain: "{{ ansible_domain }}"
|
|
ansible_become_password: 'geheim2324'
|
|
|
|
# Comment out on productive systems when ssh key is provided
|
|
security_defaultuser_login_disable: false
|
|
|
|
## Configure additional apt options. E.g. Apt-cacher?
|
|
apt_conf: "Acquire::http::Proxy \"http://10.16.1.2:3142/\";"
|
|
|
|
ntp_serv: "server.{{ domain }}"
|
|
|
|
joinpw: "QGPWllmC!ga"
|
|
|
|
grub_pwd: "geheimgeheim!!"
|