initial commit
This commit is contained in:
36
host_vars/coruscant.universe.local.yml
Normal file
36
host_vars/coruscant.universe.local.yml
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
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: true
|
||||
dhcpserver: true
|
||||
fileserver: true
|
||||
mailserver: true
|
||||
nameserver: true
|
||||
printspooler: true
|
||||
proxyserver: true
|
||||
webserver: true
|
||||
|
||||
#application selection
|
||||
borgbackup: true
|
||||
broot: true
|
||||
docker: false
|
||||
pacaur: true
|
||||
paru: true
|
||||
ranger: true
|
||||
syncthing: true
|
||||
vifm: true
|
||||
yay: false
|
||||
|
||||
#shell selection
|
||||
zsh: true
|
||||
|
||||
Reference in New Issue
Block a user