added new host "webserver"
This commit is contained in:
29
host_vars/webserver
Normal file
29
host_vars/webserver
Normal 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
|
||||||
3
hosts
3
hosts
@@ -90,9 +90,10 @@ tuxedo-book-xp1511.universe.local
|
|||||||
[webserver]
|
[webserver]
|
||||||
coruscant.universe.local
|
coruscant.universe.local
|
||||||
nextcloud
|
nextcloud
|
||||||
|
webserver
|
||||||
|
|
||||||
[workstation:children]
|
[workstation:children]
|
||||||
development
|
development
|
||||||
mobile
|
mobile
|
||||||
photo_editing
|
photo_editing
|
||||||
video_editing
|
video_editing
|
||||||
|
|||||||
Reference in New Issue
Block a user