Clean up some cruft
This commit is contained in:
16
playbooks/windows_ad.yml
Normal file
16
playbooks/windows_ad.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
- name: Create Windows AD Server
|
||||
hosts: WinAD
|
||||
gather_facts: False
|
||||
connection: local
|
||||
become: no
|
||||
|
||||
vars:
|
||||
ansible_python_interpreter: "{{ ansible_playbook_python }}"
|
||||
|
||||
roles:
|
||||
- oatakan.ansible-role-ovirt
|
||||
|
||||
- name: Configure AD Controller
|
||||
hosts: WinAD
|
||||
become: yes
|
||||
- oatakan.ansible-role-windows-ad-controller
|
||||
Reference in New Issue
Block a user