Skip to content

PCritchfield/ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible

My repo for ansible guides and demo material

Pyenv

It's recommended that you use a virtual environment if running this locally or on a long lived system

python3 -m venv .venv
source .venv/bin/activate

Install ansible:

Ansible Docs

python3 -m pip install -U setuptools
python3 -m pip install ansible

Install Molecule and Docker driver plugin

Molecule Docs

python3 -m pip install molecule
python3 -m pip install "molecule[docker]"

Install Molecule plugins for TestInfra and Linting

TestInfra Docs Ansible-Lint Docs Flake8 Docs

python3 -m pip install "molecule[lint]"
python3 -m pip install ansible-lint
python3 -m pip install flake8 testinfra

About

My repo for random ansible playbooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published