Ansible Install & Playbook
Install Ansible
python3 -m pip install --upgrade pip
python3 -m pip install ansible-core==2.12.6
python3 -m pip install pywinrm
Install Ansible Requirements
Install all the ansible-galaxy requirements
ansible windows
ansible community.windows
ansible chocolatey (not needed anymore)
ansible community.general
Install all the ansible-galaxy requirements:
ansible windows
ansible community.windows
ansible chocolatey (not needed anymore)
ansible community.general
ansible-galaxy install -r requirements.yml
Last updated