Ansible playbook designed to achieve maximum security on Ubuntu 20.04+ systems using freely available tools and techniques.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Ansible and ansible-lint packages are required, run the following command to install them on Ubuntu 20.04+
sudo make install
- Copy and configure playbook hosts file
cp examples/hosts.ini inventory/hosts.ini
- Copy vars from example and customize if needed
cp examples/vars.yml inventory/host_vars/your.host.name/vars.yml
- Run playbook with
ansible-playbook -vD -i inventory/hosts.ini anteater.yml