v1k0d3n / ansible-roles

Various Ansible scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Base

Install dependencies with:

$ ansible-galaxy role install \
  --role-file requirements.yml \
  --force
$ ansible-galaxy collection install \
  --requirements-file requirements.yml \
  --force

Insert your credentials:

$ cp inventory/group_vars/all/credentials.yml.sample inventory/group_vars/all/credentials.yml
$ vi inventory/group_vars/all/credentials.yml

Run a playbook:

$ ansible-playbook -i inventory/localhost.yml <playbook>

About

Various Ansible scripts

License:Apache License 2.0


Languages

Language:Shell 44.0%Language:Python 28.6%Language:HCL 25.8%Language:Dockerfile 1.7%