GOAD
  • Installation
    • Setup Ubuntu Server 22.04
    • Install VirtualBox & Vagrant
    • Install git and HomeLab Setup
    • Ansible Install & Playbook
    • Ansible Playbook
    • More Commands
    • Install VPN Server PrintUNL
  • Page 1
Powered by GitBook
On this page
  • Install Ansible
  • Install Ansible Requirements
  1. Installation

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

PreviousInstall git and HomeLab SetupNextAnsible Playbook

Last updated 1 year ago