nomad/ansible
distrobyte 944be27ce0 Multiple fixes
- Update apt default packages to include dnsutils
- Update the consul task to set up dns resolution through consul and
  systemd-resolved
- Update the consul server config file to auto join hostnames instead of
  IP addresses, this makes the configuration for the playbook much
  easier
- Add a docker task to install docker (works on arm devices also)
- Updates the hashicorp apt role to allow arm devices to pull from the
  correct upstream repo
2023-08-04 13:43:59 +01:00
..
bin update permissions 2023-03-18 13:13:16 +00:00
group_vars update permissions 2023-03-18 13:13:16 +00:00
roles Multiple fixes 2023-08-04 13:43:59 +01:00
templates Multiple fixes 2023-08-04 13:43:59 +01:00
hosts.sample update permissions 2023-03-18 13:13:16 +00:00
README.md update permissions 2023-03-18 13:13:16 +00:00
redbrick-ansible.yml update ansible roles 2023-05-23 21:50:25 +01: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.