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"
ansible_user: zocker
global_username: zocker
ansible_user: "{{ global_username }}"
ansible_become: yes
ansible_become_pass: "{{ zocker_password }}"

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

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

Loading…
Cancel
Save