Ansible Playbooks used for Lunivity
Go to file
2024-04-26 14:21:25 +02:00
collections [c] migrate to gitpot.org 2024-04-08 15:19:55 +02:00
inventory [c] update inventory and add restart tags to outline 2024-04-26 12:44:51 +02:00
playbooks [c] migrate to gitpot.org 2024-04-08 15:19:55 +02:00
roles [d] removed testing credentials; oops 2024-04-26 14:21:25 +02:00
.gitignore Update gitignore and README example 2024-01-06 18:50:46 +01:00
ansible.cfg Change to collection model 2024-01-06 17:59:59 +01:00
LICENSE Change to collection model 2024-01-06 17:59:59 +01:00
README.md Update gitignore and README example 2024-01-06 18:50:46 +01:00

Ansible Playbooks

Ansible Playbooks used to deploy services on Lunivity.

Documentation will follow.

# run playbook for a host
$ ansible-playbook -i inventory/<inventory>.ini -e @secrets/<secrets_file>.enc --ask-vault-pass playbooks/<playbook>.yml