Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 984 Bytes

File metadata and controls

30 lines (19 loc) · 984 Bytes

Anteater

Table of Contents

About

Ansible playbook designed to achieve maximum security on Ubuntu 20.04+ systems using freely available tools and techniques.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Ansible and ansible-lint packages are required, run the following command to install them on Ubuntu 20.04+

sudo make install

Usage

  1. Copy and configure playbook hosts file cp examples/hosts.ini inventory/hosts.ini
  2. Copy vars from example and customize if needed cp examples/vars.yml inventory/host_vars/your.host.name/vars.yml
  3. Run playbook with ansible-playbook -vD -i inventory/hosts.ini anteater.yml