From 2bc9d2cd81d5b7d962b3cdf0dab79cd329327584 Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 20 Dec 2021 23:18:21 +0100 Subject: [PATCH] using zeroconf --- .gitmodules | 3 +++ hosts.ini | 2 +- roles/do1jlr.win_zeroconf | 1 + site.yml | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 roles/do1jlr.win_zeroconf diff --git a/.gitmodules b/.gitmodules index 805f631..1002d7b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "roles/do1jlr.win_remove_win_apps"] path = roles/do1jlr.win_remove_win_apps url = https://backwesen.de/voc/win_ansible_remove_win_apps.git +[submodule "roles/do1jlr.win_zeroconf"] + path = roles/do1jlr.win_zeroconf + url = https://backwesen.de/voc/win_ansible_role_zeroconf.git diff --git a/hosts.ini b/hosts.ini index 6ec77d6..fbd448e 100644 --- a/hosts.ini +++ b/hosts.ini @@ -1,2 +1,2 @@ [obs] -obs-chrysalis ansible_host=10.10.0.225 +obs-chrysalis ansible_host=obs-chrysalis.local diff --git a/roles/do1jlr.win_zeroconf b/roles/do1jlr.win_zeroconf new file mode 160000 index 0000000..40e91f9 --- /dev/null +++ b/roles/do1jlr.win_zeroconf @@ -0,0 +1 @@ +Subproject commit 40e91f9b6f6bd7fe8a3bd3251f64215c5e5ae310 diff --git a/site.yml b/site.yml index 25b378a..a8054b0 100644 --- a/site.yml +++ b/site.yml @@ -4,5 +4,6 @@ roles: - {role: win_warn_ansible_start, tags: [always, warn]} - {role: do1jlr.win_base_setup, tags: [user, setup]} + - {role: do1jlr.win_zeroconf, tags: zeroconf} - {role: do1jlr.win_obs_setup, tags: [user, obs]} - {role: do1jlr.win_remove_win_apps, tags: cleanup}