using zeroconf
This commit is contained in:
parent
0d465c0bc7
commit
2bc9d2cd81
4 changed files with 6 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
[obs]
|
||||
obs-chrysalis ansible_host=10.10.0.225
|
||||
obs-chrysalis ansible_host=obs-chrysalis.local
|
||||
|
|
1
roles/do1jlr.win_zeroconf
Submodule
1
roles/do1jlr.win_zeroconf
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 40e91f9b6f6bd7fe8a3bd3251f64215c5e5ae310
|
1
site.yml
1
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}
|
||||
|
|
Loading…
Reference in a new issue