From 92ffd7574f024b6271bf6de664d1d43de9a603ef Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 21 Feb 2024 22:19:34 +0100 Subject: [PATCH] Adding obs-hall1 and disable parsec --- host_vars/obs-hall1.yml | 2 +- hosts.ini | 1 + site.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/host_vars/obs-hall1.yml b/host_vars/obs-hall1.yml index b8538ba..a7217f2 100644 --- a/host_vars/obs-hall1.yml +++ b/host_vars/obs-hall1.yml @@ -1,2 +1,2 @@ --- -# ansible_user: 'voc' +ansible_user: 'Voc_Admin' diff --git a/hosts.ini b/hosts.ini index 1a397af..4077417 100644 --- a/hosts.ini +++ b/hosts.ini @@ -1,3 +1,4 @@ [obs] +obs-hall1 ansible_host="172.30.0.5" obs-hall2 ansible_host="192.168.42.231" obs-hall3 ansible_host="172.30.0.3" diff --git a/site.yml b/site.yml index b99b60f..fc3d2cb 100644 --- a/site.yml +++ b/site.yml @@ -17,7 +17,7 @@ - {role: do1jlr.win_firewall_icmp, tags: firewall} - {role: do1jlr.win_sshd, tags: sshd} - {role: do1jlr.win_rdp, tags: rdp} - - {role: do1jlr.win_parsec, tags: parsec} + # - {role: do1jlr.win_parsec, tags: parsec} - {role: do1jlr.win_streamdeck, tags: streamdeck} - {role: do1jlr.win_reaplugs236, tags: [reaper, obs, reaplugs236, reaplugs]} # - {role: do1jlr.win_obs_szene, tags: [obs, szene]}