refactor ♻️: Refactoring the Ansible playbook to include new tasks for joining an Active Directory domain.
Added tasks to install required packages, configure Kerberos and Samba, and join the domain. This refactoring improves the automation of the setup process.
This commit is contained in:
5
defaults/main.yml
Normal file
5
defaults/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
ad_domain: example.com
|
||||
ad_realm: EXAMPLE.COM
|
||||
ad_dc: dc1.example.com
|
||||
ad_admin_user: administrator
|
||||
ad_admin_password: YourPassword
|
||||
Reference in New Issue
Block a user