whitneygriffith / learn-ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Ansible

Resources and Courses

Python Environment

pip install ansible

pip install docker

ansible --version | grep "python version"

Commands

ansible-playbook -i hosts docker.yml -v

About