From d2b5f60e558639d8e760674b1aa3d819d4ec2a46 Mon Sep 17 00:00:00 2001 From: L3D Date: Sat, 31 Dec 2022 22:59:56 +0100 Subject: [PATCH] Win aktivation --- hosts.ini | 3 +-- roles/do1jlr.win_activation | 2 +- roles/do1jlr.win_base_setup | 2 +- site.yml | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/hosts.ini b/hosts.ini index f0fa0fa..0dbec5d 100644 --- a/hosts.ini +++ b/hosts.ini @@ -1,6 +1,5 @@ [obs] obs-white ansible_host=obs-white.local -obs-yellow ansible_host=10.10.0.211 -# obs-yellow.local +obs-yellow ansible_host=obs-yellow.local # obs-blue ansible_host=obs-blue.local obs-misc ansible_host=obs-misc.local diff --git a/roles/do1jlr.win_activation b/roles/do1jlr.win_activation index b536447..8d78edd 160000 --- a/roles/do1jlr.win_activation +++ b/roles/do1jlr.win_activation @@ -1 +1 @@ -Subproject commit b53644731950306207f65f7e2b5780dbe72b2f9c +Subproject commit 8d78edd9dd4e5abe975325b9e80e8daa497f1aa2 diff --git a/roles/do1jlr.win_base_setup b/roles/do1jlr.win_base_setup index 649bb23..f6f78a8 160000 --- a/roles/do1jlr.win_base_setup +++ b/roles/do1jlr.win_base_setup @@ -1 +1 @@ -Subproject commit 649bb23e30b23623b8e2375e74a09556661eb9e3 +Subproject commit f6f78a8613c6779e78018b30db0af2484f28a30a diff --git a/site.yml b/site.yml index 0dbb637..ee7e910 100644 --- a/site.yml +++ b/site.yml @@ -8,8 +8,8 @@ - name: Deploy windows users and basic config hosts: obs roles: - - {role: tasks, tags: [task]} - {role: win_warn_ansible_start, tags: [always, warn]} + - {role: do1jlr.win_activation, tags: [task]} - {role: do1jlr.win_winerm, tags: winrm} - {role: do1jlr.win_base_setup, tags: [user, setup]} - {role: do1jlr.win_zeroconf, tags: zeroconf}