Fix README

This commit is contained in:
lagertonne 2019-07-25 20:45:25 +02:00
parent 2fcab273bb
commit cac3ab68d6
1 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,18 @@
# nll-ansible
Ansible scripts for deploying and running Neulandlabor-Infrastructure
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`