changing hostname and search updates

This commit is contained in:
L3D 2021-12-20 19:10:20 +01:00
parent f9b57f86a2
commit 9adc1114c1
Signed by: L3D
GPG Key ID: CD08445BFF4313D1
4 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
ansible_connection: winrm
ansible_user: ansible
ansible_winrm_server_cert_validation: ignore
ansible_password: "{{ lookup('community.general.passwordstore', 'ansible/windows/' + inventory_hostname + '/password') }}"

2
hosts.ini Normal file
View File

@ -0,0 +1,2 @@
[obs]
obs-chrysalis ansible_host=10.10.0.225

@ -1 +1 @@
Subproject commit a1e0cea8210a11725b40db0a59769bb1331a156a Subproject commit 64a25c272e08feb36d71ec4dccabaee6fe0c04c1

5
site.yml Normal file
View File

@ -0,0 +1,5 @@
---
- name: deploy windows users and basic config
hosts: obs
roles:
- {role: do1jlr.win_base_setup, tags: [user, setup]}