Skip to content
Snippets Groups Projects
Commit 0abb6191 authored by Paul's avatar Paul :turtle:
Browse files

add some ansible information

parent 471b717a
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,17 @@ Connectivity testen:
ansible -m ping --inventory=hosts.yml all
```
ansible facts anzeigen:
```
ansible -m setup --inventory=hosts.yml all
```
### Bird
Wenn die bird confg geändert wird kann sie auf alle gateways synchronisiert werden:
```
ansible-playbook playbook.yml -v --diff --tags bird
```
Damit werden die bird Instanzen auch neu gestartet.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment