nll-ansible/README.md

426 B

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