netz39-infra-ansible/README.md

20 lines
382 B
Markdown
Raw Normal View History

2020-12-09 19:41:44 +01:00
# Ansible configuration for the Netz39 infrastructure
2020-11-23 16:25:02 +01:00
This call lists all hosts defined in the inventory:
```bash
ansible -i inventory.yml all --list-hosts
```
2020-12-09 19:41:44 +01:00
## Setup
2020-11-24 19:39:46 +01:00
```bash
ansible-galaxy install -r requirements.yml
```
2020-12-09 19:41:44 +01:00
## Call with
2020-11-23 16:25:02 +01:00
```bash
ansible-playbook -i inventory.yml --ask-vault-pass main.yml
2020-11-23 16:25:02 +01:00
```
2020-11-25 17:02:34 +01:00
You need to provide a user with sudo rights and the vault password.