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