first commit

This commit is contained in:
root
2024-07-12 12:58:40 +02:00
commit 30fdad3be5
557 changed files with 11142 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
---
# - name: create computer object in adagility
# microsoft.ad.computer:
# name: "{{hostname}}"
# dns_hostname: "{{hostname}}.ADAGILITY.NET"
# path: "OU={{accdevtest}},{{domain_path}}"
# enabled: yes
# state: present
- name: join host to adagility.net
microsoft.ad.membership:
dns_domain_name: adagility.net
hostname: "{{hostname}}"
domain_admin_user: "{{domain_admin}}"
domain_admin_password: "{{domain_password}}"
domain_ou_path: "OU={{accdevtest}},{{domain_path}}"
state: domain
# reboot: true
ignore_errors: true