Added global variables
parent
16d91d83bd
commit
32c176c93b
@ -0,0 +1,44 @@
|
||||
---
|
||||
|
||||
TIMEZONE: "Europe/Berlin"
|
||||
|
||||
ansible_user: zocker
|
||||
|
||||
ansible_become: yes
|
||||
ansible_become_pass: "{{ zocker_password }}"
|
||||
|
||||
update_scripts_directory: "/root/update"
|
||||
|
||||
backups_directory: "/backups"
|
||||
backups_databases_directory: "{{ backups_directory }}/databases"
|
||||
backups_files_directory: "{{ backups_directory }}/files"
|
||||
|
||||
global_local_user: "{{ lookup('env', 'USER') }}"
|
||||
|
||||
global_helper_directory: "/ansible/helpers"
|
||||
global_webservers_directory: "/var/webservers"
|
||||
|
||||
global_credentials_directory: "credentials"
|
||||
global_public_key_directory: "public_keys"
|
||||
global_ssh_key_directory: "{{ global_public_key_directory }}/ssh"
|
||||
global_ssh_host_key_directory: "{{ global_ssh_key_directory }}/hosts"
|
||||
|
||||
global_wireguard_private_directory: "{{ global_credentials_directory }}/wireguard"
|
||||
global_wireguard_public_directory: "{{ global_public_key_directory }}/wireguard"
|
||||
|
||||
ssh_host_key_types:
|
||||
- ecdsa
|
||||
- ed25519
|
||||
- rsa
|
||||
|
||||
# (Backend) Port Mappings
|
||||
|
||||
backend_smtp_port: 12891
|
||||
backend_imap_port: 12892
|
||||
|
||||
# Application configurations
|
||||
|
||||
global_apt_sources_directory: "/etc/apt/sources.list.d"
|
||||
|
||||
# Debian Repository Mirror
|
||||
debian_repository_mirror: "http://deb.debian.org/debian/"
|
@ -0,0 +1,18 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
64333965353537646136656630316237636563383764356461623238323836383466313230333531
|
||||
6131306336633661373335653663613538633662663438360a343839666263396139343735333462
|
||||
62333564383633326131646533313566306534623539393533333366356264623562643438653231
|
||||
6133396364663765300a343766643036613262613062326532373738653538623333303933323237
|
||||
36313864346161356332663664386635333764393161646332643938623332386562313836653436
|
||||
63353136373866373238356334363762363961653964333565343364306135616363376565623536
|
||||
31353737643366353330343266613466343231653033336433343632353465353836616638636231
|
||||
34313138633238313839616139633431653630306338373065623961656462316432353966363661
|
||||
30393862373634373161326262363162343139313334613939613636633665613839353862346533
|
||||
34353366333733303363323164613934633634353866393831333566626565383036373964386633
|
||||
39316131363732353663626530333634616435316464633937656136386534383635643337323262
|
||||
33643336616237323533353639666465363563363437306232313266646238623130616235623265
|
||||
65323665383038343732643064316533666239633738666539373463626332386431303633333934
|
||||
65386662346361653232643437346663303362623834623063363061396361303861363739373139
|
||||
36346365366537356565373165663238626335616336373433343834346138656562333464323037
|
||||
65613336336135343938373064623766353666623763323364343836643262653032626230383566
|
||||
3466
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
|
||||
ansible_host: "193.196.36.223"
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
|
||||
ansible_host: "167.86.97.105"
|
||||
debian_repository_mirror: "http://mirror.de.leaseweb.net/debian/"
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
|
||||
ansible_host: "193.196.36.154"
|
Loading…
Reference in New Issue