cragr / ansible-base

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

Many of Ansible roles in this repo require that autogitops is deployed on the cluster. You can deploy autogitops using the command:

$ ansible-playbook -i inventory/localhost.yml openshift_autogitops_deploy.yml

Run a playbook:

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

About

Various Ansible scripts

License:Apache License 2.0


Languages

Language:Lua 46.5%Language:Shell 23.7%Language:Python 15.2%Language:HCL 13.7%Language:Dockerfile 0.9%