changing hostname and search updates
This commit is contained in:
parent
f9b57f86a2
commit
9adc1114c1
4 changed files with 13 additions and 1 deletions
5
host_vars/obs-chrysalis/vars.yml
Normal file
5
host_vars/obs-chrysalis/vars.yml
Normal 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
2
hosts.ini
Normal 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
5
site.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: deploy windows users and basic config
|
||||
hosts: obs
|
||||
roles:
|
||||
- {role: do1jlr.win_base_setup, tags: [user, setup]}
|
Loading…
Reference in a new issue