Ansible scripts for deploying and running Neulandlabor-Infrastructure
Go to file
lagertonne 267953e100
continuous-integration/drone/push Build is failing Details
inventory: Fix IP for brunhilde
2022-11-19 13:37:07 +01:00
inventory inventory: Fix IP for brunhilde 2022-11-19 13:37:07 +01:00
playbooks playbooks.default_internal: Update SSH keys 2022-11-19 09:39:39 +01:00
roles Add dn42 foo. 2022-01-06 18:23:45 +01:00
scripts Add dn42 foo. 2022-01-06 18:23:45 +01:00
.drone.yml droneio: Use our own plugin build cause updates 2022-11-19 10:41:18 +01:00
.gitignore Add PVE inventory 2022-11-19 10:08:57 +01:00
README.md Fix README 2019-07-25 20:47:13 +02:00
ansible.cfg Typo. 2022-11-19 10:09:02 +01:00
requirements.yml Fix galaxy requirements 2022-11-19 10:14:13 +01:00
site.yml Add dn42 foo. 2022-01-06 18:23:45 +01:00
unattended.yml Everything is better now. 2019-08-09 14:27:14 +02:00

README.md

nll-ansible

Ansible scripts for deploying and running Neulandlabor-Infrastructure.

Usage

You need a proper ssh-config ;) For example, to access the VMs on brunhilde you need the following entry in your ssh-config:

Host *.lgrt.nll.intern
    ProxyJump user@beach.lab.or.it

Install role-dependencys:

ansible-galaxy install -r requirements.yml

Apply desired playbook(s) with:

ansible-playbook example.yml