To have multiple Windows slaves and do one Ansible run across all of them at the same time, they all need to have the same access credentials. Problem is, when you spin up a Windows instance on EC2, the password is randomly generated. We need to generate an AMI with a known password, or perhaps create another administrative user with a known password.
To have multiple Windows slaves and do one Ansible run across all of them at the same time, they all need to have the same access credentials. Problem is, when you spin up a Windows instance on EC2, the password is randomly generated. We need to generate an AMI with a known password, or perhaps create another administrative user with a known password.