Skip to content

Haidra-Org/deployments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haidra Deployments

Code for deploying the various Haidra services

Usage

These deployments are all using ansible the use of which is beyond the scope of this readme.

You can install ansible on Linux using pip. It doesn't work on Windows.

python -m pip install ansible

Make sure your local account can ssh to the various linux machines using ssh and public key authentication using an ssh-agent.

Make sure your remote account has sudo access. If it require a sudo password, make sure you append -K to all ansible-playbook commands you see in the READMEs.

Make sure you download this collection using ansible-galaxy. An example requirements.yml file has been provided.

wget https://raw.githubusercontent.com/Haidra-Org/deployments/main/examples/requirements.yml
ansible-galaxy collection install -r requirements.yml

Alternatively you can use the provided requir

Included Roles

Each role within provides its own readme with instructions.

Typically you just need to adjust an inventory with your hostnames and addresses and then adjust one of the examples provided.

Or you can make your own global site.yml with all your configuration for the various Haidra services.

About

Code for deploying the various Haidra services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages