This role is does some basic server bootstraping and hardening.
None
Default variables are defined in defaults/main.yaml
Check the meta/requirements.yml
file and add the dependencies to your own requirements file.
Your playbook could look like this:
- hosts: all
become: true
roles:
- role: ethpandaops.general.bootstrap
If you would like to enable the machines to reboot during bootstrap, then it can be set as an option.
ansible-playbook playbook.yaml -i inventory.yaml -e bootstrap_reboot_if_required=true