added new host "webserver"

This commit is contained in:
2022-09-10 22:00:57 +02:00
parent 5bf86dc8c4
commit 7c9d011e6f
2 changed files with 31 additions and 1 deletions

29
host_vars/webserver Normal file
View File

@@ -0,0 +1,29 @@
---
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
database: false
mysql: false
postgresql: false
webserver: true
apache: true
# application selection
borgbackup: true
docker: false
ranger: true
syncthing: false
vifm: true
yay: false
# shell selection
zsh: true