Skip to content

Latest commit

 

History

History

post-install

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.