From 3d5d54378c3c6e57b62c5c4e0fbe4f3b7dc5975e Mon Sep 17 00:00:00 2001 From: Rene Mewissen Date: Sat, 24 Sep 2022 20:26:16 +0200 Subject: [PATCH] mariadb --- host_vars/mariadb01 | 22 ++++++++++++++++++++++ host_vars/mariadb02 | 1 + host_vars/mariadb03 | 1 + 3 files changed, 24 insertions(+) create mode 100644 host_vars/mariadb01 create mode 120000 host_vars/mariadb02 create mode 120000 host_vars/mariadb03 diff --git a/host_vars/mariadb01 b/host_vars/mariadb01 new file mode 100644 index 0000000..b396f0a --- /dev/null +++ b/host_vars/mariadb01 @@ -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 diff --git a/host_vars/mariadb02 b/host_vars/mariadb02 new file mode 120000 index 0000000..de15b25 --- /dev/null +++ b/host_vars/mariadb02 @@ -0,0 +1 @@ +mariadb01 \ No newline at end of file diff --git a/host_vars/mariadb03 b/host_vars/mariadb03 new file mode 120000 index 0000000..de15b25 --- /dev/null +++ b/host_vars/mariadb03 @@ -0,0 +1 @@ +mariadb01 \ No newline at end of file