moved everything to FQDNs
This commit is contained in:
31
host_vars/nextcloud.universe.local.yml
Normal file
31
host_vars/nextcloud.universe.local.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
branch: master
|
||||
|
||||
ansible_cron_minute: "*/5"
|
||||
|
||||
ssh_port: 22
|
||||
ssh_users: "root rene"
|
||||
|
||||
# platform-specific
|
||||
microcode_amd_install: false
|
||||
microcode_intel_install: true
|
||||
|
||||
# purpose selection
|
||||
nextcloud: true
|
||||
nc_preconfigured: true
|
||||
database: false
|
||||
mysql: false
|
||||
postgresql: false
|
||||
webserver: true
|
||||
apache: true
|
||||
|
||||
# application selection
|
||||
borgbackup: true
|
||||
docker: false
|
||||
ranger: true
|
||||
syncthing: true
|
||||
vifm: true
|
||||
yay: false
|
||||
|
||||
# shell selection
|
||||
zsh: true
|
||||
Reference in New Issue
Block a user