nomad/ansible
2022-12-08 23:00:18 +00:00
..
bin adds some useful scripts 2022-12-08 23:00:18 +00:00
group_vars updates vars and default playbook 2022-12-08 01:58:38 +00:00
roles adds hashicorp apt key role 2022-12-08 01:57:52 +00:00
templates fixes consul bind address 2022-12-08 02:03:16 +00:00
hosts.sample updates vars associated with hosts 2022-12-08 01:01:00 +00:00
README.md adds run script, readme and fixes stdout 2022-12-07 23:36:58 +00:00
redbrick-ansible.yml updates vars and default playbook 2022-12-08 01:58:38 +00:00

Redbrick Ansible Playbook

To run various roles, make sure you edit the redbrick-ansible.yml playbook and comment out whatever roles you do not want to run.

This playbook is supposed to used as a starting base, extend or modify it as you see fit. I would suggest you create a copy of it and add that file to the .gitignore file so that you're not constantly reverting your changes.

Running

Below is an example of how to run this playbook:

$ ansible-playbook -i hosts redbrick-ansible.yml

This command assumes hosts is your hosts file, you can copy the sample host file and modify the credentials in group_vars

Contributing

Please add all roles into the roles directory, following the same directory structure.

You should also add the role and a small description of what it does into redbrick-ansible.yml, this is to make it easier to run commands and modify the playbook at a glance.

If you have any questions, please mail/ping distro in Redbrick.