Skip to content

sh0shin/ansible-project-skeletor

Repository files navigation

Ansible project skeletor

Template hierarchy for Ansible projects

Install Ansible & Python requirements

pip install -U -r requirements-VERSION.txt

Install Ansible roles

ansible-galaxy role install -r requirements.yml

Install Ansible collections

ansible-galaxy collection install -r requirements.yml

Setup your inventory

See: ansible-inventory-skeletor for an example inventory.

git clone https://github.com/sh0shin/ansible-inventory-skeletor.git inventories/skeletor