This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision |
| ansible [2020/12/10 00:58] – [Useful combinations] andi | ansible [2026/03/29 20:32] (current) – andi |
|---|
| |
| **Public version of this repository:** [[https://github.com/voc/cm/tree/master/ansible#readme|https://github.com/voc/cm/ansible/]] | **Public version of this repository:** [[https://github.com/voc/cm/tree/master/ansible#readme|https://github.com/voc/cm/ansible/]] |
| | |
| | <panel type="danger" title="Outdated">Parts of this page are outdated. As of 2022-08-01, c3voc uses [[docs:bundlewrap]] to deploy lecture room setups. Please follow the [[https://github.com/voc/cm/blob/master/bundlewrap/README.md|README inside the git repo]] to get started, or ask in #voc-lounge on hackint for support. The documentation below is only needed if you need to deploy one of the servers in a colo.</panel> |
| | |
| | |
| == README.md | == README.md |
| |
| * make sure you have two network interfaces configured with names ''pbl'' (public) and ''int'' (internal) | * make sure you have two network interfaces configured with names ''pbl'' (public) and ''int'' (internal) |
| * run ansible to deploy config | * run ansible to deploy config |
| | |
| |
| ==== monitoring.lan.c3voc.de | ==== monitoring.lan.c3voc.de |
| * Change ''nginx'' config on all relays: ''<nowiki>--tags nginx,config</nowiki>'' | * Change ''nginx'' config on all relays: ''<nowiki>--tags nginx,config</nowiki>'' |
| * Deploy only streaming website: ''<nowiki>--tags deploy_website</nowiki>'' | * Deploy only streaming website: ''<nowiki>--tags deploy_website</nowiki>'' |
| * e.g. | * e.g. `./ansible-playbook-keepass --tags deploy_website -i event loadbalancers.yml` |
| ./ansible-playbook-keepass --tags deploy_website -i event loadbalancers.yml | |
| |
| * Deploy encoder setting for a conference | * Deploy encoder setting for a conference |