From bd8ee25fe10f7af34737147a1eaaa8fda1b80e3d Mon Sep 17 00:00:00 2001 From: L3D Date: Sat, 12 Feb 2022 19:03:46 +0100 Subject: [PATCH] Add discord --- host_vars/obs-discord/vars.yml | 7 +++++++ hosts.ini | 1 + 2 files changed, 8 insertions(+) create mode 100644 host_vars/obs-discord/vars.yml diff --git a/host_vars/obs-discord/vars.yml b/host_vars/obs-discord/vars.yml new file mode 100644 index 0000000..1443c42 --- /dev/null +++ b/host_vars/obs-discord/vars.yml @@ -0,0 +1,7 @@ +--- +# user for ansible login +ansible_user: ansible + + +# OS language +win_base_init__os_language: 'de' diff --git a/hosts.ini b/hosts.ini index f2a5cdd..9bad822 100644 --- a/hosts.ini +++ b/hosts.ini @@ -1,3 +1,4 @@ [obs] obs-chrysalis ansible_host=obs-chrysalis.local obs-snips ansible_host=obs-snips.local +obs-discord ansible_host=obs-discord.local