try to get apps deleted
This commit is contained in:
parent
519b5fab06
commit
8662839ae1
|
@ -4,3 +4,6 @@
|
||||||
[submodule "roles/do1jlr.win_obs_setup"]
|
[submodule "roles/do1jlr.win_obs_setup"]
|
||||||
path = roles/do1jlr.win_obs_setup
|
path = roles/do1jlr.win_obs_setup
|
||||||
url = https://backwesen.de/voc/win_ansible_role_obs_setup.git
|
url = https://backwesen.de/voc/win_ansible_role_obs_setup.git
|
||||||
|
[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
|
||||||
|
|
|
@ -3,3 +3,7 @@ ansible_connection: winrm
|
||||||
ansible_user: ansible
|
ansible_user: ansible
|
||||||
ansible_winrm_server_cert_validation: ignore
|
ansible_winrm_server_cert_validation: ignore
|
||||||
ansible_password: "{{ lookup('community.general.passwordstore', 'ansible/windows/' + inventory_hostname + '/login/' + ansible_user) }}"
|
ansible_password: "{{ lookup('community.general.passwordstore', 'ansible/windows/' + inventory_hostname + '/login/' + ansible_user) }}"
|
||||||
|
|
||||||
|
remove_win_apps__users:
|
||||||
|
- obs
|
||||||
|
- ansible
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit abd181576e89ed0c2cb852c727384b94c618a0fd
|
1
site.yml
1
site.yml
|
@ -4,3 +4,4 @@
|
||||||
roles:
|
roles:
|
||||||
- {role: do1jlr.win_base_setup, tags: [user, setup]}
|
- {role: do1jlr.win_base_setup, tags: [user, setup]}
|
||||||
- {role: do1jlr.win_obs_setup, tags: [user, obs]}
|
- {role: do1jlr.win_obs_setup, tags: [user, obs]}
|
||||||
|
- {role: do1jlr.win_remove_win_apps, tags: cleanup}
|
||||||
|
|
Loading…
Reference in New Issue