ansible / product-demos

GNU General Public License v3.0
194 stars 194 forks source link

WINDOWS / AD / Join Domain #67

Closed zjleblanc closed 1 year ago

zjleblanc commented 1 year ago
zjleblanc commented 1 year ago

Successful Run

Screenshot 2023-05-16 at 10 12 09 AM
willtome commented 1 year ago

Test Plan: 1) request lab from red.ht/aap-product-demos. Update Ansible official demo project to URL. (https://github.com/zjleblanc/ansible-product-demos) 2) Run SETUP job template for 'cloud' and 'windows'. 3) Switch to VS code, open terminal, sudo su, cat .ssh/id_rsa.pub, copy key into survey of CLOUD / Create Key job template using region us-east-2 4) Cloud / AWS / Create VPC then Cloud / AWS / Create VM to create 2 servers dc and win2 5) Windows / Create Domain for dc. Then Windows / Join domain to win2

Validate by: 1) get IP of DC from inventory variables 2) RDP to dc using Administrator and Passw0rd! 3) check for win2 in 'active directory users and computers'

Test plan was successful