Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 464 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 464 Bytes

Post-install

Ansible playbook and scripts

The script run.sh will:

  1. Create a python venv with the required dependencies
  2. Activate that venv and install Ansible dependencies from the file requirements.yml
  3. Run the main playbook

The playbook only works if a proper configuration file exists in configs/${HOSTNAME}.yml.

Additional manual configuration lives under the manual folder.