using zeroconf
This commit is contained in:
parent
0d465c0bc7
commit
2bc9d2cd81
|
@ -7,3 +7,6 @@
|
||||||
[submodule "roles/do1jlr.win_remove_win_apps"]
|
[submodule "roles/do1jlr.win_remove_win_apps"]
|
||||||
path = roles/do1jlr.win_remove_win_apps
|
path = roles/do1jlr.win_remove_win_apps
|
||||||
url = https://backwesen.de/voc/win_ansible_remove_win_apps.git
|
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
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
[obs]
|
[obs]
|
||||||
obs-chrysalis ansible_host=10.10.0.225
|
obs-chrysalis ansible_host=obs-chrysalis.local
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 40e91f9b6f6bd7fe8a3bd3251f64215c5e5ae310
|
1
site.yml
1
site.yml
|
@ -4,5 +4,6 @@
|
||||||
roles:
|
roles:
|
||||||
- {role: win_warn_ansible_start, tags: [always, warn]}
|
- {role: win_warn_ansible_start, tags: [always, warn]}
|
||||||
- {role: do1jlr.win_base_setup, tags: [user, setup]}
|
- {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_obs_setup, tags: [user, obs]}
|
||||||
- {role: do1jlr.win_remove_win_apps, tags: cleanup}
|
- {role: do1jlr.win_remove_win_apps, tags: cleanup}
|
||||||
|
|
Loading…
Reference in New Issue