This commit is contained in:
2022-09-24 20:26:16 +02:00
parent e3d323c3c2
commit 3d5d54378c
3 changed files with 24 additions and 0 deletions

22
host_vars/mariadb01 Normal file
View File

@@ -0,0 +1,22 @@
---
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
mysql: true
postgresql: false
# application selection
vifm: true
# shell selection
zsh: true

1
host_vars/mariadb02 Symbolic link
View File

@@ -0,0 +1 @@
mariadb01

1
host_vars/mariadb03 Symbolic link
View File

@@ -0,0 +1 @@
mariadb01