Erste Version, die direkt funktioniert
This commit is contained in:
parent
efd48de6c7
commit
1d41476110
4 changed files with 26 additions and 11 deletions
14
qgm-vars.yml
Normal file
14
qgm-vars.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
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!!"
|
Loading…
Add table
Add a link
Reference in a new issue