简体   繁体   中英

AD integration with Windows using Ansible

Is there any module to integrate Active Directory with windows using Ansible ? I am executing some Powershell command to add my windows instance in Active Directory ? Can any one suggest me how we can do via ansible ?

You can use the script command to execute powershell scripts. See module here: http://docs.ansible.com/ansible/script_module.html

tasks: - script: foo.ps1 --argument --other-argument

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM