global vars: Added var for username "zocker"

dehydrated
Felix Stupp 4 years ago
parent 373f59e7a4
commit 90bf46bde6
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -2,7 +2,9 @@
TIMEZONE: "Europe/Berlin" TIMEZONE: "Europe/Berlin"
ansible_user: zocker global_username: zocker
ansible_user: "{{ global_username }}"
ansible_become: yes ansible_become: yes
ansible_become_pass: "{{ zocker_password }}" ansible_become_pass: "{{ zocker_password }}"

@ -31,7 +31,7 @@
- role: server/nextcloud - role: server/nextcloud
domain: cloud.banananet.work domain: cloud.banananet.work
system_user: nextcloud system_user: nextcloud
nextcloud_admin_user: zocker nextcloud_admin_user: "{{ global_username }}"
nextcloud_admin_pass: "{{ zocker_password }}" nextcloud_admin_pass: "{{ zocker_password }}"
enabled_apps_list: enabled_apps_list:
- accessibility - accessibility

@ -43,7 +43,7 @@
- role: common - role: common
- role: fail2ban/application - role: fail2ban/application
- role: account - role: account
username: "zocker" username: "{{ global_username }}"
password: "{{ zocker_password }}" password: "{{ zocker_password }}"
authorized_keys: "{{ zocker_authorized_keys_url }}" authorized_keys: "{{ zocker_authorized_keys_url }}"
sudo: yes sudo: yes

Loading…
Cancel
Save