├── .ansible-lint ├── .circleci └── config.yml ├── .gitignore ├── .gitmodules ├── .yamllint ├── LICENSE ├── README.md ├── ansible ├── .gitignore ├── README.md ├── ansible.cfg ├── docs │ └── video.md ├── files │ └── bind │ │ ├── db.conference.fosdem.net │ │ ├── db.n.fosdem.net │ │ └── db.v.conference.fosdem.net ├── group_vars │ ├── all │ │ ├── default.yml │ │ ├── fosdem_subnets.yml │ │ ├── grafana.yml │ │ └── secrets.yml │ ├── encoder-backend │ │ ├── main.yml │ │ └── secrets.yml │ ├── encoder-master │ │ ├── main.yml │ │ └── secrets.yml │ ├── event-primary │ │ ├── alertmanager_irc_relay.yml │ │ ├── backup.yml │ │ ├── caddy.yml │ │ ├── chrony.yml │ │ ├── coredns.yml │ │ ├── defaults.yml │ │ ├── grafana.yml │ │ └── secrets.yml │ ├── event-prometheus-servers │ │ ├── alertmanager.yml │ │ ├── dns.yml │ │ ├── prometheus.yml │ │ ├── restic.yml │ │ └── secrets.yml │ ├── event-secondary │ │ ├── backup.yml │ │ ├── caddy.yml │ │ ├── chrony.yml │ │ ├── coredns.yml │ │ ├── docker.yml │ │ └── secrets.yml │ ├── infodesk-laptop.yml │ ├── public-dashboard │ │ ├── caddy.yml │ │ ├── grafana.yml │ │ └── secrets.yml │ ├── video-box-mixer.yml │ ├── video-box.yml │ ├── video-control-server │ │ ├── default.yml │ │ ├── grafana.yml │ │ └── secrets.yml │ ├── video-stream-dump-external │ │ └── default.yml │ ├── video-stream-dump │ │ └── default.yml │ ├── video-streamer-backend.yml │ ├── video-streamer-frontend.yml │ ├── video-voctop.yml │ └── video.yml ├── hosts ├── playbooks │ ├── files │ │ ├── coredns │ │ │ └── zones │ │ └── prometheus │ │ │ └── rules │ │ │ ├── bind.rules │ │ │ ├── cisco_wlc.rules │ │ │ ├── node.rules │ │ │ ├── snmp.rules │ │ │ ├── video.rules │ │ │ └── voctop.rules │ ├── roles │ │ ├── common │ │ │ ├── defaults │ │ │ │ └── main.yml │ │ │ ├── files │ │ │ │ └── screenrc │ │ │ ├── handlers │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ ├── chrony.yml │ │ │ │ ├── configure_apt.yml │ │ │ │ ├── configure_fosdem_revision.yml │ │ │ │ ├── configure_sshd.yml │ │ │ │ ├── configure_sysctl.yml │ │ │ │ ├── configure_timezone.yml │ │ │ │ ├── install_packages.yml │ │ │ │ ├── main.yml │ │ │ │ ├── set_hostname.yml │ │ │ │ ├── user_fosdem.yml │ │ │ │ └── user_root.yml │ │ │ ├── templates │ │ │ │ ├── apt │ │ │ │ │ └── sources.list.j2 │ │ │ │ ├── chrony.conf.j2 │ │ │ │ ├── fosdem_revision │ │ │ │ └── ssh │ │ │ │ │ └── sshd_config.j2 │ │ │ └── vars │ │ │ │ └── main.yml │ │ ├── dashboard_sync │ │ │ ├── defaults │ │ │ │ └── main.yml │ │ │ ├── files │ │ │ │ └── sync_grafana_dashboards.rb │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── templates │ │ │ │ └── sync_grafana_dashboards.sh │ │ ├── desk-laptop │ │ │ ├── files │ │ │ │ ├── gdm3 │ │ │ │ │ └── daemon.conf │ │ │ │ ├── network │ │ │ │ │ ├── FOSDEM │ │ │ │ │ ├── FOSDEM-dualstack │ │ │ │ │ └── interfaces │ │ │ │ ├── printer │ │ │ │ │ ├── Xerox-Phaser-6510.ppd │ │ │ │ │ ├── Xerox-WorkCentre-6515.ppd │ │ │ │ │ └── printers.conf │ │ │ │ └── wallpaper.png │ │ │ ├── handlers │ │ │ │ └── main.yml │ │ │ └── tasks │ │ │ │ ├── configure_cups.yml │ │ │ │ ├── configure_desktop.yml │ │ │ │ ├── configure_hardware.yml │ │ │ │ ├── configure_network.yml │ │ │ │ ├── configure_user_fosdem.yml │ │ │ │ ├── install_packages.yml │ │ │ │ └── main.yml │ │ ├── dhclient │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── templates │ │ │ │ └── dhclient.conf.j2 │ │ ├── encoder-backend │ │ │ ├── files │ │ │ │ ├── deb-multimedia.pref │ │ │ │ └── gridengine.defaults │ │ │ ├── tasks │ │ │ │ ├── fix_hosts.yml │ │ │ │ ├── homedir.yml │ │ │ │ ├── install_packages.yml │ │ │ │ ├── main.yml │ │ │ │ ├── users.yml │ │ │ │ └── whisper.yml │ │ │ └── templates │ │ │ │ └── hosts.j2 │ │ ├── encoder-common │ │ │ ├── files │ │ │ │ ├── announce.ep │ │ │ │ ├── close.png │ │ │ │ ├── fonts │ │ │ │ │ ├── Frutiger Black Italic.ttf │ │ │ │ │ ├── Frutiger Black.ttf │ │ │ │ │ ├── Frutiger Bold Italic.ttf │ │ │ │ │ ├── Frutiger Bold.ttf │ │ │ │ │ ├── Frutiger Italic.ttf │ │ │ │ │ ├── Frutiger Light Italic.ttf │ │ │ │ │ ├── Frutiger Light.ttf │ │ │ │ │ ├── Frutiger Regular.ttf │ │ │ │ │ ├── Frutiger Roman Italic.ttf │ │ │ │ │ ├── Frutiger Roman.ttf │ │ │ │ │ ├── Signika-Bold.ttf │ │ │ │ │ ├── Signika-Light.ttf │ │ │ │ │ ├── Signika-Medium.ttf │ │ │ │ │ ├── Signika-Regular.ttf │ │ │ │ │ ├── Signika-SemiBold.ttf │ │ │ │ │ └── Signika-VariableFont_GRAD,wght.ttf │ │ │ │ ├── load.sh │ │ │ │ ├── notify-email.ep │ │ │ │ └── open.svg │ │ │ ├── tasks │ │ │ │ ├── gridengine.yml │ │ │ │ ├── main.yml │ │ │ │ ├── mounts.yml │ │ │ │ └── sreview.yml │ │ │ ├── templates │ │ │ │ └── config.j2 │ │ │ └── vars │ │ │ │ └── main.yml │ │ ├── encoder-master │ │ │ ├── defaults │ │ │ │ └── main.yml │ │ │ ├── files │ │ │ │ ├── Schedule │ │ │ │ │ └── Fosdem.pm │ │ │ │ ├── gridengine_exporter_conf.yml │ │ │ │ ├── sql_exporter │ │ │ │ │ └── sreview.collector.yml │ │ │ │ └── syncvideos-pretalx │ │ │ ├── handlers │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ ├── config_schedule_import.yml │ │ │ │ ├── install_packages.yml │ │ │ │ ├── main.yml │ │ │ │ ├── nfs.yml │ │ │ │ ├── postgresql.yml │ │ │ │ └── sql_exporter.yml │ │ │ └── templates │ │ │ │ ├── sql_exporter.service.j2 │ │ │ │ ├── sql_exporter.yml.j2 │ │ │ │ └── to-pretalx.pl │ │ ├── encoder-network │ │ │ ├── handlers │ │ │ │ └── main.yaml │ │ │ ├── tasks │ │ │ │ └── main.yaml │ │ │ └── templates │ │ │ │ └── nftables.conf.j2 │ │ ├── encoder-storage │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── encoder-webinterface │ │ │ ├── defaults │ │ │ │ └── main.yml │ │ │ ├── files │ │ │ │ └── maint.html │ │ │ ├── handlers │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ ├── config_nginx_sreview.yml │ │ │ │ └── main.yml │ │ │ └── templates │ │ │ │ └── nginx │ │ │ │ └── sites-enabled │ │ │ │ ├── sreview-web-http.j2 │ │ │ │ └── sreview-web-https.j2 │ │ ├── helm-kubequeue │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── helm-sreview │ │ │ ├── files │ │ │ │ ├── announce.ep │ │ │ │ ├── apology.svg │ │ │ │ ├── fosdem_video_post.png │ │ │ │ ├── notify.ep │ │ │ │ ├── pre.svg │ │ │ │ └── secret.yaml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ ├── fosdem.yaml.j2 │ │ │ │ ├── kubequeue-defs.j2 │ │ │ │ ├── synclinkjob.j2 │ │ │ │ └── syncmailjob.j2 │ │ │ └── vars │ │ │ │ └── main.yml │ │ ├── helm-upload │ │ │ ├── files │ │ │ │ └── secret.yaml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ ├── fosdem.yaml.j2 │ │ │ │ ├── kubequeue-defs.j2 │ │ │ │ └── syncjob.yaml.j2 │ │ │ └── vars │ │ │ │ └── main.yml │ │ ├── helm │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── hwraid │ │ │ ├── defaults │ │ │ │ └── main.yml │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── ipmitool │ │ │ ├── files │ │ │ │ └── ipmi_sensor_prometheus.py │ │ │ ├── handlers │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── templates │ │ │ │ ├── ipmi_metrics.service │ │ │ │ └── ipmi_metrics.timer │ │ ├── json_exporter │ │ │ ├── defaults │ │ │ │ └── main.yml │ │ │ ├── files │ │ │ │ └── config.yml │ │ │ ├── handlers │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ ├── install.yml │ │ │ │ ├── main.yml │ │ │ │ └── preflight.yml │ │ │ └── templates │ │ │ │ └── json_exporter.service.j2 │ │ ├── laptop │ │ │ ├── handlers │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ ├── cleanup_apt_proxy.yml │ │ │ │ ├── disable_suspend.yml │ │ │ │ ├── disable_usbcore_autosuspend.yml │ │ │ │ └── main.yml │ │ │ └── templates │ │ │ │ └── grub │ │ │ │ └── disable-usbcore-autosuspend.cfg │ │ ├── maps-tileserver │ │ │ ├── files │ │ │ │ ├── c3nav-tiles.ini │ │ │ │ └── tmpfiles.d │ │ │ │ │ └── c3nav.conf │ │ │ ├── handlers │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ ├── install_packages.yml │ │ │ │ ├── main.yml │ │ │ │ └── virtualenv.yml │ │ │ └── templates │ │ │ │ ├── c3nav-tiles.service │ │ │ │ └── nginx │ │ │ │ ├── c3nav-tiles │ │ │ │ └── c3nav-tiles.service │ │ ├── maps │ │ │ ├── files │ │ │ │ ├── c3nav-celery.service │ │ │ │ ├── c3nav-gunicorn.service │ │ │ │ ├── celery.conf │ │ │ │ ├── media │ │ │ │ │ └── logo.png │ │ │ │ └── tmpfiles.d │ │ │ │ │ └── c3nav.conf │ │ │ ├── handlers │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ ├── configure_celery.yml │ │ │ │ ├── configure_gunicorn.yml │ │ │ │ ├── configure_nginx.yml │ │ │ │ ├── install_packages.yml │ │ │ │ ├── main.yml │ │ │ │ └── virtualenv.yml │ │ │ └── templates │ │ │ │ ├── c3nav │ │ │ │ └── c3nav.cfg │ │ │ │ └── nginx │ │ │ │ └── c3nav │ │ ├── microk8s │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── mtail │ │ │ ├── files │ │ │ │ └── mtail │ │ │ │ │ └── nginx.mtail │ │ │ ├── handlers │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── templates │ │ │ │ └── defaults │ │ ├── oxidized │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── power_supply │ │ │ ├── files │ │ │ │ └── power_supply_metrics.sh │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── templates │ │ │ │ ├── power_supply_metrics.service │ │ │ │ └── power_supply_metrics.timer │ │ ├── sshfs │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── tacplus │ │ │ ├── defaults │ │ │ │ └── main.yml │ │ │ ├── handlers │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── templates │ │ │ │ └── tac_plus.conf.j2 │ │ ├── tls-certificates │ │ │ ├── README.md │ │ │ ├── defaults │ │ │ │ └── main.yml │ │ │ ├── files │ │ │ │ └── letsencrypt.chain │ │ │ ├── handlers │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ ├── create_directories.yml │ │ │ │ ├── create_keypair.yml │ │ │ │ ├── letsencrypt.yml │ │ │ │ ├── letsencrypt_challenge.yml │ │ │ │ ├── main.yml │ │ │ │ ├── nginx_common.yml │ │ │ │ └── self_sign.yml │ │ │ └── templates │ │ │ │ └── ansible-common-ssl.conf.j2 │ │ ├── video-audio-parser │ │ │ ├── files │ │ │ │ └── audio-fetcher │ │ │ │ │ ├── audio-fetcher │ │ │ │ │ └── audio-fetcher.service │ │ │ ├── tasks │ │ │ │ ├── configure_audiofetcher.yml │ │ │ │ ├── install_packages.yml │ │ │ │ └── main.yml │ │ │ └── templates │ │ │ │ ├── audio-fetcher-fl.service │ │ │ │ └── audio-fetcher-fr.service │ │ ├── video-box-mixer │ │ │ ├── defaults │ │ │ │ └── main.yml │ │ │ ├── files │ │ │ │ ├── audio-fetcher │ │ │ │ │ ├── audio-fetcher │ │ │ │ │ ├── audio-fetcher-0.service │ │ │ │ │ └── audio-fetcher-1.service │ │ │ │ ├── audiotest │ │ │ │ │ └── audiotest.sh │ │ │ │ ├── cgroups │ │ │ │ │ ├── cgconfig.service │ │ │ │ │ └── fosdem.conf │ │ │ │ ├── config │ │ │ │ │ ├── background.png │ │ │ │ │ ├── background.raw │ │ │ │ │ ├── config.sh │ │ │ │ │ ├── defaults.sh │ │ │ │ │ ├── preroll.png │ │ │ │ │ ├── preroll.raw │ │ │ │ │ └── voctocore.ini │ │ │ │ ├── control │ │ │ │ │ ├── chart.js │ │ │ │ │ ├── chartjs-adapter-moment.js │ │ │ │ │ ├── chartjs-plugin-annotation.js │ │ │ │ │ ├── default │ │ │ │ │ ├── graph.js │ │ │ │ │ ├── inc.php │ │ │ │ │ ├── influxdb.conf │ │ │ │ │ ├── moment.js │ │ │ │ │ ├── query-ebur.php │ │ │ │ │ ├── vocto.css │ │ │ │ │ └── vocto.php │ │ │ │ ├── network │ │ │ │ │ └── video0 │ │ │ │ ├── patches │ │ │ │ │ └── videomix.py.diff │ │ │ │ ├── scripts │ │ │ │ │ ├── restart-voctocore.sh │ │ │ │ │ ├── sink-output.sh │ │ │ │ │ ├── source-cam.sh │ │ │ │ │ └── source-slides.sh │ │ │ │ ├── signal-status │ │ │ │ │ ├── capture-rescan.sh │ │ │ │ │ ├── display-rescan.sh │ │ │ │ │ ├── statuskeeper.sh │ │ │ │ │ ├── video-capture-rescan.service │ │ │ │ │ ├── video-display-rescan.service │ │ │ │ │ └── video-statuskeeper.service │ │ │ │ ├── udev │ │ │ │ │ ├── 20-fosdem-serial.rules │ │ │ │ │ ├── 99-picotool.rules │ │ │ │ │ └── 99-video-box.rules │ │ │ │ ├── units │ │ │ │ │ ├── vocto-sink-output.service │ │ │ │ │ ├── vocto-source-cam.service │ │ │ │ │ ├── vocto-source-slides.service │ │ │ │ │ └── voctocore.service │ │ │ │ ├── video-status │ │ │ │ │ ├── logo.png │ │ │ │ │ ├── preview.sh │ │ │ │ │ ├── video-preview.service │ │ │ │ │ ├── video-status.py │ │ │ │ │ └── video-status.service │ │ │ │ └── video-streamer │ │ │ │ │ ├── rc.local │ │ │ │ │ ├── video-receiver.service │ │ │ │ │ ├── video-receiver.sh │ │ │ │ │ ├── video-recorder.service │ │ │ │ │ ├── video-recorder.sh │ │ │ │ │ └── video-usbreset.py │ │ │ ├── handlers │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ ├── cgroup_setup.yml │ │ │ │ ├── configure_network.yml │ │ │ │ ├── configure_nvme.yml │ │ │ │ ├── install_control.yml │ │ │ │ ├── install_extra_hw.yml │ │ │ │ ├── install_mixer_ctl.yml │ │ │ │ ├── install_packages.yml │ │ │ │ ├── install_signal-status.yml │ │ │ │ ├── install_video-status.yml │ │ │ │ ├── install_video-streamer.yml │ │ │ │ ├── install_voctocore.yml │ │ │ │ └── main.yml │ │ │ └── templates │ │ │ │ └── grub │ │ │ │ └── cgroup.cfg │ │ ├── video-box │ │ │ ├── defaults │ │ │ │ └── main.yml │ │ │ ├── files │ │ │ │ ├── audiotest │ │ │ │ │ └── audiotest.sh │ │ │ │ ├── cgroups │ │ │ │ │ ├── cgconfig.service │ │ │ │ │ └── fosdem.conf │ │ │ │ ├── network │ │ │ │ │ └── video0 │ │ │ │ ├── signal-status │ │ │ │ │ ├── capture-rescan.sh │ │ │ │ │ ├── display-rescan.sh │ │ │ │ │ ├── statuskeeper.sh │ │ │ │ │ ├── video-capture-rescan.service │ │ │ │ │ ├── video-display-rescan.service │ │ │ │ │ └── video-statuskeeper.service │ │ │ │ ├── udev │ │ │ │ │ ├── 20-fosdem-serial.rules │ │ │ │ │ ├── 99-picotool.rules │ │ │ │ │ └── 99-video-box.rules │ │ │ │ ├── video-status │ │ │ │ │ ├── logo.png │ │ │ │ │ ├── preview.sh │ │ │ │ │ ├── video-preview.service │ │ │ │ │ ├── video-status.py │ │ │ │ │ └── video-status.service │ │ │ │ └── video-streamer │ │ │ │ │ ├── mixer-set-pc.sh │ │ │ │ │ ├── rc.local │ │ │ │ │ ├── video-receiver.service │ │ │ │ │ ├── video-receiver.sh │ │ │ │ │ ├── video-recorder.service │ │ │ │ │ ├── video-recorder.sh │ │ │ │ │ └── video-usbreset.py │ │ │ ├── handlers │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ ├── cgroup_setup.yml │ │ │ │ ├── configure_network.yml │ │ │ │ ├── install_extra_hw.yml │ │ │ │ ├── install_mixer_ctl.yml │ │ │ │ ├── install_packages.yml │ │ │ │ ├── install_signal-status.yml │ │ │ │ ├── install_video-status.yml │ │ │ │ ├── install_video-streamer.yml │ │ │ │ └── main.yml │ │ │ └── templates │ │ │ │ └── grub │ │ │ │ └── cgroup.cfg │ │ ├── video-control-server │ │ │ ├── README.md │ │ │ ├── files │ │ │ │ ├── dhcpd.conf │ │ │ │ ├── fosdem.sql │ │ │ │ ├── grafana │ │ │ │ │ ├── ebur.json │ │ │ │ │ ├── grafana.ini │ │ │ │ │ └── mixer-levels.json │ │ │ │ ├── icinga │ │ │ │ │ ├── fosdem-services.conf │ │ │ │ │ ├── matrix-host-notification.sh │ │ │ │ │ ├── matrix-service-notification.sh │ │ │ │ │ ├── matrix.conf │ │ │ │ │ └── passive.conf │ │ │ │ ├── imgmaker.sh │ │ │ │ ├── isc-dhcp-server.default │ │ │ │ ├── nginx │ │ │ │ │ ├── certificate │ │ │ │ │ │ └── dhparam.pem │ │ │ │ │ ├── global.conf │ │ │ │ │ └── mtail.conf │ │ │ │ ├── unbound-access.conf │ │ │ │ └── web │ │ │ │ │ ├── chart.js │ │ │ │ │ ├── chartjs-adapter-moment.js │ │ │ │ │ ├── chartjs-plugin-annotation.js │ │ │ │ │ ├── config.php │ │ │ │ │ ├── graph.js │ │ │ │ │ ├── inc.php │ │ │ │ │ ├── mixer.css │ │ │ │ │ ├── mixer.js │ │ │ │ │ ├── moment.js │ │ │ │ │ ├── query-ebur.php │ │ │ │ │ ├── query-room.php │ │ │ │ │ ├── query-vocto.php │ │ │ │ │ ├── reconnecting-websocket.js │ │ │ │ │ ├── room_status.php │ │ │ │ │ ├── showbuilding.php │ │ │ │ │ ├── vocto.css │ │ │ │ │ └── vocto.php │ │ │ ├── handlers │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ ├── configure_db.yml │ │ │ │ ├── configure_dns_dhcp.yml │ │ │ │ ├── configure_grafana.yml │ │ │ │ ├── configure_icinga.yml │ │ │ │ ├── configure_imgmaker.yml │ │ │ │ ├── configure_nginx.yml │ │ │ │ ├── install_packages.yml │ │ │ │ └── main.yml │ │ │ └── templates │ │ │ │ ├── imgmaker.service │ │ │ │ └── nginx │ │ │ │ └── sites-enabled │ │ │ │ └── control.video.fosdem.org.conf │ │ ├── video-monitoring │ │ │ ├── files │ │ │ │ ├── do_checks.sh │ │ │ │ ├── monitoring.cron │ │ │ │ └── munin-node.conf │ │ │ ├── handlers │ │ │ │ └── main.yml │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── video-repo │ │ │ ├── files │ │ │ │ └── video-team.repo.list │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── vars │ │ │ │ └── main.yml │ │ ├── video-stream-dump-external │ │ │ ├── defaults │ │ │ │ └── main.yml │ │ │ ├── files │ │ │ │ └── streamdump.sh │ │ │ ├── handlers │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ ├── configure_hdd.yml │ │ │ │ ├── configure_streamdump.yml │ │ │ │ ├── install_packages.yml │ │ │ │ ├── main.yml │ │ │ │ └── streamdump_target.yml │ │ │ └── templates │ │ │ │ ├── streamdump.service │ │ │ │ └── streamdump.target │ │ ├── video-stream-dump │ │ │ ├── defaults │ │ │ │ └── main.yml │ │ │ ├── files │ │ │ │ └── streamdump.sh │ │ │ ├── handlers │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ ├── configure_hdd.yml │ │ │ │ ├── configure_streamdump.yml │ │ │ │ ├── configure_streamdump_simple.yml │ │ │ │ ├── install_packages.yml │ │ │ │ ├── main.yml │ │ │ │ └── streamdump_target.yml │ │ │ └── templates │ │ │ │ ├── streamdump.service │ │ │ │ └── streamdump.target │ │ ├── video-streamer-backend │ │ │ ├── defaults │ │ │ │ └── main.yml │ │ │ ├── files │ │ │ │ ├── bic │ │ │ │ │ └── modules │ │ │ │ ├── fetcher │ │ │ │ │ ├── fetcher.sh │ │ │ │ │ └── thumb.sh │ │ │ │ ├── iptables │ │ │ │ │ ├── rules.v4 │ │ │ │ │ └── rules.v6 │ │ │ │ ├── nginx │ │ │ │ │ └── mtail.conf │ │ │ │ └── sreview │ │ │ │ │ └── detect_files │ │ │ ├── handlers │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ ├── configure_bic.yml │ │ │ │ ├── configure_fetcher.yml │ │ │ │ ├── configure_nginx.yml │ │ │ │ ├── install_packages.yml │ │ │ │ ├── main.yml │ │ │ │ └── mount_ssd.yml │ │ │ └── templates │ │ │ │ ├── fetcher │ │ │ │ ├── fetcher.service │ │ │ │ ├── fetcher.target │ │ │ │ ├── room.m3u8 │ │ │ │ └── thumb.service │ │ │ │ ├── nfs │ │ │ │ └── exports.j2 │ │ │ │ ├── nginx │ │ │ │ ├── nginx-rtmp.conf │ │ │ │ └── sites-enabled │ │ │ │ │ └── streamer-backend.conf │ │ │ │ └── sreview │ │ │ │ └── config.pm.j2 │ │ ├── video-streamer-frontend │ │ │ ├── files │ │ │ │ ├── bic │ │ │ │ │ └── modules │ │ │ │ └── nginx │ │ │ │ │ ├── certificate │ │ │ │ │ └── dhparam.pem │ │ │ │ │ ├── global.conf │ │ │ │ │ └── mtail.conf │ │ │ ├── handlers │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ ├── configure_bic.yml │ │ │ │ ├── configure_nginx.yml │ │ │ │ ├── install_packages.yml │ │ │ │ └── main.yml │ │ │ └── templates │ │ │ │ └── nginx │ │ │ │ └── sites-enabled │ │ │ │ └── stream.fosdem.org.conf │ │ ├── video-voctop │ │ │ ├── files │ │ │ │ ├── audio-fetcher │ │ │ │ │ ├── audio-fetcher │ │ │ │ │ └── audio-fetcher.service │ │ │ │ ├── config │ │ │ │ │ ├── background.png │ │ │ │ │ ├── background.raw │ │ │ │ │ ├── config.sh │ │ │ │ │ ├── defaults.sh │ │ │ │ │ └── voctocore.ini │ │ │ │ ├── grub │ │ │ │ │ ├── cstate.cfg │ │ │ │ │ └── mitigations.cfg │ │ │ │ ├── patches │ │ │ │ │ └── videomix.py.diff │ │ │ │ ├── scripts │ │ │ │ │ ├── restart-voctocore.sh │ │ │ │ │ ├── sink-output.sh │ │ │ │ │ ├── source-cam.sh │ │ │ │ │ └── source-slides.sh │ │ │ │ └── units │ │ │ │ │ ├── vocto-sink-output.service │ │ │ │ │ ├── vocto-source-cam.service │ │ │ │ │ ├── vocto-source-slides.service │ │ │ │ │ └── voctocore.service │ │ │ ├── handlers │ │ │ │ └── main.yml │ │ │ └── tasks │ │ │ │ ├── cputune.yml │ │ │ │ ├── install_audio_fetcher.yml │ │ │ │ ├── install_voctocore.yml │ │ │ │ └── main.yml │ │ └── video-web-frontend │ │ │ ├── files │ │ │ └── nginx │ │ │ │ ├── certificate │ │ │ │ └── dhparam.pem │ │ │ │ ├── global.conf │ │ │ │ └── sites-enabled │ │ │ │ └── live.fosdem.org.conf │ │ │ ├── handlers │ │ │ └── main.yml │ │ │ └── tasks │ │ │ ├── configure_nginx.yml │ │ │ ├── install_packages.yml │ │ │ └── main.yml │ ├── site.yml │ └── templates │ │ ├── Corefile.j2 │ │ └── snmp_exporter │ │ ├── generator.yml │ │ └── snmp.yml ├── public_keys │ ├── alec.pub │ ├── bastischubert.pub │ ├── bert.pub │ ├── brian.pub │ ├── dan.pub │ ├── gerry.pub │ ├── gouthamve.pub │ ├── jarek.pub │ ├── johanvdw.pub │ ├── klaus.pub │ ├── louis.pub │ ├── luc.pub │ ├── marian.pub │ ├── mark.pub │ ├── meka.pub │ ├── msuriar.pub │ ├── nicolai.pub │ ├── peter.pub │ ├── quint.pub │ ├── richih.pub │ ├── shin.pub │ ├── vasil.pub │ ├── wouter_s.pub │ └── wouter_v.pub ├── requirements.yml └── update-private-files.sh ├── inventory └── IP-addressing.md ├── resources ├── snmp │ ├── wlc_graphite_output │ └── wlc_snmpwalk └── video │ ├── generate-cisco-config.sh │ ├── generate-video-dns.sh │ ├── inventory.csv │ └── printers.csv └── syslog.md /.ansible-lint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/.ansible-lint -------------------------------------------------------------------------------- /.circleci/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/.circleci/config.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.yamllint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/.yamllint -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/README.md -------------------------------------------------------------------------------- /ansible/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/.gitignore -------------------------------------------------------------------------------- /ansible/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/README.md -------------------------------------------------------------------------------- /ansible/ansible.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/ansible.cfg -------------------------------------------------------------------------------- /ansible/docs/video.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/docs/video.md -------------------------------------------------------------------------------- /ansible/files/bind/db.conference.fosdem.net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/files/bind/db.conference.fosdem.net -------------------------------------------------------------------------------- /ansible/files/bind/db.n.fosdem.net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/files/bind/db.n.fosdem.net -------------------------------------------------------------------------------- /ansible/files/bind/db.v.conference.fosdem.net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/files/bind/db.v.conference.fosdem.net -------------------------------------------------------------------------------- /ansible/group_vars/all/default.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/all/default.yml -------------------------------------------------------------------------------- /ansible/group_vars/all/fosdem_subnets.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/all/fosdem_subnets.yml -------------------------------------------------------------------------------- /ansible/group_vars/all/grafana.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/all/grafana.yml -------------------------------------------------------------------------------- /ansible/group_vars/all/secrets.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/all/secrets.yml -------------------------------------------------------------------------------- /ansible/group_vars/encoder-backend/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/encoder-backend/main.yml -------------------------------------------------------------------------------- /ansible/group_vars/encoder-backend/secrets.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/encoder-backend/secrets.yml -------------------------------------------------------------------------------- /ansible/group_vars/encoder-master/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/encoder-master/main.yml -------------------------------------------------------------------------------- /ansible/group_vars/encoder-master/secrets.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/encoder-master/secrets.yml -------------------------------------------------------------------------------- /ansible/group_vars/event-primary/alertmanager_irc_relay.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/event-primary/alertmanager_irc_relay.yml -------------------------------------------------------------------------------- /ansible/group_vars/event-primary/backup.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/event-primary/backup.yml -------------------------------------------------------------------------------- /ansible/group_vars/event-primary/caddy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/event-primary/caddy.yml -------------------------------------------------------------------------------- /ansible/group_vars/event-primary/chrony.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/event-primary/chrony.yml -------------------------------------------------------------------------------- /ansible/group_vars/event-primary/coredns.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/event-primary/coredns.yml -------------------------------------------------------------------------------- /ansible/group_vars/event-primary/defaults.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/event-primary/defaults.yml -------------------------------------------------------------------------------- /ansible/group_vars/event-primary/grafana.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/event-primary/grafana.yml -------------------------------------------------------------------------------- /ansible/group_vars/event-primary/secrets.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/event-primary/secrets.yml -------------------------------------------------------------------------------- /ansible/group_vars/event-prometheus-servers/alertmanager.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/event-prometheus-servers/alertmanager.yml -------------------------------------------------------------------------------- /ansible/group_vars/event-prometheus-servers/dns.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/event-prometheus-servers/dns.yml -------------------------------------------------------------------------------- /ansible/group_vars/event-prometheus-servers/prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/event-prometheus-servers/prometheus.yml -------------------------------------------------------------------------------- /ansible/group_vars/event-prometheus-servers/restic.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/event-prometheus-servers/restic.yml -------------------------------------------------------------------------------- /ansible/group_vars/event-prometheus-servers/secrets.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/event-prometheus-servers/secrets.yml -------------------------------------------------------------------------------- /ansible/group_vars/event-secondary/backup.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/event-secondary/backup.yml -------------------------------------------------------------------------------- /ansible/group_vars/event-secondary/caddy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/event-secondary/caddy.yml -------------------------------------------------------------------------------- /ansible/group_vars/event-secondary/chrony.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/event-secondary/chrony.yml -------------------------------------------------------------------------------- /ansible/group_vars/event-secondary/coredns.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/event-secondary/coredns.yml -------------------------------------------------------------------------------- /ansible/group_vars/event-secondary/docker.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/event-secondary/docker.yml -------------------------------------------------------------------------------- /ansible/group_vars/event-secondary/secrets.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/event-secondary/secrets.yml -------------------------------------------------------------------------------- /ansible/group_vars/infodesk-laptop.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/infodesk-laptop.yml -------------------------------------------------------------------------------- /ansible/group_vars/public-dashboard/caddy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/public-dashboard/caddy.yml -------------------------------------------------------------------------------- /ansible/group_vars/public-dashboard/grafana.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/public-dashboard/grafana.yml -------------------------------------------------------------------------------- /ansible/group_vars/public-dashboard/secrets.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/public-dashboard/secrets.yml -------------------------------------------------------------------------------- /ansible/group_vars/video-box-mixer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/video-box-mixer.yml -------------------------------------------------------------------------------- /ansible/group_vars/video-box.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/video-box.yml -------------------------------------------------------------------------------- /ansible/group_vars/video-control-server/default.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/video-control-server/default.yml -------------------------------------------------------------------------------- /ansible/group_vars/video-control-server/grafana.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/video-control-server/grafana.yml -------------------------------------------------------------------------------- /ansible/group_vars/video-control-server/secrets.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/video-control-server/secrets.yml -------------------------------------------------------------------------------- /ansible/group_vars/video-stream-dump-external/default.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/video-stream-dump-external/default.yml -------------------------------------------------------------------------------- /ansible/group_vars/video-stream-dump/default.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/video-stream-dump/default.yml -------------------------------------------------------------------------------- /ansible/group_vars/video-streamer-backend.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/video-streamer-backend.yml -------------------------------------------------------------------------------- /ansible/group_vars/video-streamer-frontend.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/video-streamer-frontend.yml -------------------------------------------------------------------------------- /ansible/group_vars/video-voctop.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/video-voctop.yml -------------------------------------------------------------------------------- /ansible/group_vars/video.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/group_vars/video.yml -------------------------------------------------------------------------------- /ansible/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/hosts -------------------------------------------------------------------------------- /ansible/playbooks/files/coredns/zones: -------------------------------------------------------------------------------- 1 | ../../../files/bind/ -------------------------------------------------------------------------------- /ansible/playbooks/files/prometheus/rules/bind.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/files/prometheus/rules/bind.rules -------------------------------------------------------------------------------- /ansible/playbooks/files/prometheus/rules/cisco_wlc.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/files/prometheus/rules/cisco_wlc.rules -------------------------------------------------------------------------------- /ansible/playbooks/files/prometheus/rules/node.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/files/prometheus/rules/node.rules -------------------------------------------------------------------------------- /ansible/playbooks/files/prometheus/rules/snmp.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/files/prometheus/rules/snmp.rules -------------------------------------------------------------------------------- /ansible/playbooks/files/prometheus/rules/video.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/files/prometheus/rules/video.rules -------------------------------------------------------------------------------- /ansible/playbooks/files/prometheus/rules/voctop.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/files/prometheus/rules/voctop.rules -------------------------------------------------------------------------------- /ansible/playbooks/roles/common/defaults/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/common/defaults/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/common/files/screenrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/common/files/screenrc -------------------------------------------------------------------------------- /ansible/playbooks/roles/common/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/common/handlers/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/common/tasks/chrony.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/common/tasks/chrony.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/common/tasks/configure_apt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/common/tasks/configure_apt.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/common/tasks/configure_fosdem_revision.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/common/tasks/configure_fosdem_revision.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/common/tasks/configure_sshd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/common/tasks/configure_sshd.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/common/tasks/configure_sysctl.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/common/tasks/configure_sysctl.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/common/tasks/configure_timezone.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/common/tasks/configure_timezone.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/common/tasks/install_packages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/common/tasks/install_packages.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/common/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/common/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/common/tasks/set_hostname.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/common/tasks/set_hostname.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/common/tasks/user_fosdem.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/common/tasks/user_fosdem.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/common/tasks/user_root.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/common/tasks/user_root.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/common/templates/apt/sources.list.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/common/templates/apt/sources.list.j2 -------------------------------------------------------------------------------- /ansible/playbooks/roles/common/templates/chrony.conf.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/common/templates/chrony.conf.j2 -------------------------------------------------------------------------------- /ansible/playbooks/roles/common/templates/fosdem_revision: -------------------------------------------------------------------------------- 1 | {{ git_version.stdout }} 2 | -------------------------------------------------------------------------------- /ansible/playbooks/roles/common/templates/ssh/sshd_config.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/common/templates/ssh/sshd_config.j2 -------------------------------------------------------------------------------- /ansible/playbooks/roles/common/vars/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/common/vars/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/dashboard_sync/defaults/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/dashboard_sync/defaults/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/dashboard_sync/files/sync_grafana_dashboards.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/dashboard_sync/files/sync_grafana_dashboards.rb -------------------------------------------------------------------------------- /ansible/playbooks/roles/dashboard_sync/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/dashboard_sync/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/dashboard_sync/templates/sync_grafana_dashboards.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/dashboard_sync/templates/sync_grafana_dashboards.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/desk-laptop/files/gdm3/daemon.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/desk-laptop/files/gdm3/daemon.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/desk-laptop/files/network/FOSDEM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/desk-laptop/files/network/FOSDEM -------------------------------------------------------------------------------- /ansible/playbooks/roles/desk-laptop/files/network/FOSDEM-dualstack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/desk-laptop/files/network/FOSDEM-dualstack -------------------------------------------------------------------------------- /ansible/playbooks/roles/desk-laptop/files/network/interfaces: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/desk-laptop/files/network/interfaces -------------------------------------------------------------------------------- /ansible/playbooks/roles/desk-laptop/files/printer/Xerox-Phaser-6510.ppd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/desk-laptop/files/printer/Xerox-Phaser-6510.ppd -------------------------------------------------------------------------------- /ansible/playbooks/roles/desk-laptop/files/printer/Xerox-WorkCentre-6515.ppd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/desk-laptop/files/printer/Xerox-WorkCentre-6515.ppd -------------------------------------------------------------------------------- /ansible/playbooks/roles/desk-laptop/files/printer/printers.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/desk-laptop/files/printer/printers.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/desk-laptop/files/wallpaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/desk-laptop/files/wallpaper.png -------------------------------------------------------------------------------- /ansible/playbooks/roles/desk-laptop/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/desk-laptop/handlers/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/desk-laptop/tasks/configure_cups.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/desk-laptop/tasks/configure_cups.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/desk-laptop/tasks/configure_desktop.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/desk-laptop/tasks/configure_desktop.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/desk-laptop/tasks/configure_hardware.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/desk-laptop/tasks/configure_hardware.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/desk-laptop/tasks/configure_network.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/desk-laptop/tasks/configure_network.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/desk-laptop/tasks/configure_user_fosdem.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/desk-laptop/tasks/configure_user_fosdem.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/desk-laptop/tasks/install_packages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/desk-laptop/tasks/install_packages.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/desk-laptop/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/desk-laptop/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/dhclient/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/dhclient/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/dhclient/templates/dhclient.conf.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/dhclient/templates/dhclient.conf.j2 -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-backend/files/deb-multimedia.pref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-backend/files/deb-multimedia.pref -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-backend/files/gridengine.defaults: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-backend/files/gridengine.defaults -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-backend/tasks/fix_hosts.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-backend/tasks/fix_hosts.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-backend/tasks/homedir.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-backend/tasks/homedir.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-backend/tasks/install_packages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-backend/tasks/install_packages.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-backend/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-backend/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-backend/tasks/users.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-backend/tasks/users.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-backend/tasks/whisper.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-backend/tasks/whisper.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-backend/templates/hosts.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-backend/templates/hosts.j2 -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/files/announce.ep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/files/announce.ep -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/files/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/files/close.png -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/files/fonts/Frutiger Black Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/files/fonts/Frutiger Black Italic.ttf -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/files/fonts/Frutiger Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/files/fonts/Frutiger Black.ttf -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/files/fonts/Frutiger Bold Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/files/fonts/Frutiger Bold Italic.ttf -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/files/fonts/Frutiger Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/files/fonts/Frutiger Bold.ttf -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/files/fonts/Frutiger Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/files/fonts/Frutiger Italic.ttf -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/files/fonts/Frutiger Light Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/files/fonts/Frutiger Light Italic.ttf -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/files/fonts/Frutiger Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/files/fonts/Frutiger Light.ttf -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/files/fonts/Frutiger Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/files/fonts/Frutiger Regular.ttf -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/files/fonts/Frutiger Roman Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/files/fonts/Frutiger Roman Italic.ttf -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/files/fonts/Frutiger Roman.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/files/fonts/Frutiger Roman.ttf -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/files/fonts/Signika-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/files/fonts/Signika-Bold.ttf -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/files/fonts/Signika-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/files/fonts/Signika-Light.ttf -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/files/fonts/Signika-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/files/fonts/Signika-Medium.ttf -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/files/fonts/Signika-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/files/fonts/Signika-Regular.ttf -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/files/fonts/Signika-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/files/fonts/Signika-SemiBold.ttf -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/files/fonts/Signika-VariableFont_GRAD,wght.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/files/fonts/Signika-VariableFont_GRAD,wght.ttf -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/files/load.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/files/load.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/files/notify-email.ep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/files/notify-email.ep -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/files/open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/files/open.svg -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/tasks/gridengine.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/tasks/gridengine.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/tasks/mounts.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/tasks/mounts.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/tasks/sreview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/tasks/sreview.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/templates/config.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/templates/config.j2 -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-common/vars/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-common/vars/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-master/defaults/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | sql_exporter_version: 0.17.0 3 | -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-master/files/Schedule/Fosdem.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-master/files/Schedule/Fosdem.pm -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-master/files/gridengine_exporter_conf.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-master/files/gridengine_exporter_conf.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-master/files/sql_exporter/sreview.collector.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-master/files/sql_exporter/sreview.collector.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-master/files/syncvideos-pretalx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-master/files/syncvideos-pretalx -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-master/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-master/handlers/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-master/tasks/config_schedule_import.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-master/tasks/config_schedule_import.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-master/tasks/install_packages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-master/tasks/install_packages.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-master/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-master/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-master/tasks/nfs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-master/tasks/nfs.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-master/tasks/postgresql.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-master/tasks/postgresql.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-master/tasks/sql_exporter.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-master/tasks/sql_exporter.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-master/templates/sql_exporter.service.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-master/templates/sql_exporter.service.j2 -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-master/templates/sql_exporter.yml.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-master/templates/sql_exporter.yml.j2 -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-master/templates/to-pretalx.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-master/templates/to-pretalx.pl -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-network/handlers/main.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-network/handlers/main.yaml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-network/tasks/main.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-network/tasks/main.yaml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-network/templates/nftables.conf.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-network/templates/nftables.conf.j2 -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-storage/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-storage/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-webinterface/defaults/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-webinterface/defaults/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-webinterface/files/maint.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-webinterface/files/maint.html -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-webinterface/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-webinterface/handlers/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-webinterface/tasks/config_nginx_sreview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-webinterface/tasks/config_nginx_sreview.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-webinterface/tasks/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | - import_tasks: config_nginx_sreview.yml 3 | -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-webinterface/templates/nginx/sites-enabled/sreview-web-http.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-webinterface/templates/nginx/sites-enabled/sreview-web-http.j2 -------------------------------------------------------------------------------- /ansible/playbooks/roles/encoder-webinterface/templates/nginx/sites-enabled/sreview-web-https.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/encoder-webinterface/templates/nginx/sites-enabled/sreview-web-https.j2 -------------------------------------------------------------------------------- /ansible/playbooks/roles/helm-kubequeue/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/helm-kubequeue/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/helm-sreview/files/announce.ep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/helm-sreview/files/announce.ep -------------------------------------------------------------------------------- /ansible/playbooks/roles/helm-sreview/files/apology.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/helm-sreview/files/apology.svg -------------------------------------------------------------------------------- /ansible/playbooks/roles/helm-sreview/files/fosdem_video_post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/helm-sreview/files/fosdem_video_post.png -------------------------------------------------------------------------------- /ansible/playbooks/roles/helm-sreview/files/notify.ep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/helm-sreview/files/notify.ep -------------------------------------------------------------------------------- /ansible/playbooks/roles/helm-sreview/files/pre.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/helm-sreview/files/pre.svg -------------------------------------------------------------------------------- /ansible/playbooks/roles/helm-sreview/files/secret.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/helm-sreview/files/secret.yaml -------------------------------------------------------------------------------- /ansible/playbooks/roles/helm-sreview/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/helm-sreview/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/helm-sreview/templates/fosdem.yaml.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/helm-sreview/templates/fosdem.yaml.j2 -------------------------------------------------------------------------------- /ansible/playbooks/roles/helm-sreview/templates/kubequeue-defs.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/helm-sreview/templates/kubequeue-defs.j2 -------------------------------------------------------------------------------- /ansible/playbooks/roles/helm-sreview/templates/synclinkjob.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/helm-sreview/templates/synclinkjob.j2 -------------------------------------------------------------------------------- /ansible/playbooks/roles/helm-sreview/templates/syncmailjob.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/helm-sreview/templates/syncmailjob.j2 -------------------------------------------------------------------------------- /ansible/playbooks/roles/helm-sreview/vars/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/helm-sreview/vars/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/helm-upload/files/secret.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/helm-upload/files/secret.yaml -------------------------------------------------------------------------------- /ansible/playbooks/roles/helm-upload/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/helm-upload/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/helm-upload/templates/fosdem.yaml.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/helm-upload/templates/fosdem.yaml.j2 -------------------------------------------------------------------------------- /ansible/playbooks/roles/helm-upload/templates/kubequeue-defs.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/helm-upload/templates/kubequeue-defs.j2 -------------------------------------------------------------------------------- /ansible/playbooks/roles/helm-upload/templates/syncjob.yaml.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/helm-upload/templates/syncjob.yaml.j2 -------------------------------------------------------------------------------- /ansible/playbooks/roles/helm-upload/vars/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/helm-upload/vars/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/helm/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/helm/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/hwraid/defaults/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | hwraid_packages: 3 | - megacli 4 | -------------------------------------------------------------------------------- /ansible/playbooks/roles/hwraid/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/hwraid/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/ipmitool/files/ipmi_sensor_prometheus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/ipmitool/files/ipmi_sensor_prometheus.py -------------------------------------------------------------------------------- /ansible/playbooks/roles/ipmitool/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/ipmitool/handlers/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/ipmitool/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/ipmitool/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/ipmitool/templates/ipmi_metrics.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/ipmitool/templates/ipmi_metrics.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/ipmitool/templates/ipmi_metrics.timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/ipmitool/templates/ipmi_metrics.timer -------------------------------------------------------------------------------- /ansible/playbooks/roles/json_exporter/defaults/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/json_exporter/defaults/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/json_exporter/files/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/json_exporter/files/config.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/json_exporter/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/json_exporter/handlers/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/json_exporter/tasks/install.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/json_exporter/tasks/install.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/json_exporter/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/json_exporter/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/json_exporter/tasks/preflight.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/json_exporter/tasks/preflight.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/json_exporter/templates/json_exporter.service.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/json_exporter/templates/json_exporter.service.j2 -------------------------------------------------------------------------------- /ansible/playbooks/roles/laptop/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/laptop/handlers/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/laptop/tasks/cleanup_apt_proxy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/laptop/tasks/cleanup_apt_proxy.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/laptop/tasks/disable_suspend.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/laptop/tasks/disable_suspend.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/laptop/tasks/disable_usbcore_autosuspend.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/laptop/tasks/disable_usbcore_autosuspend.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/laptop/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/laptop/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/laptop/templates/grub/disable-usbcore-autosuspend.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/laptop/templates/grub/disable-usbcore-autosuspend.cfg -------------------------------------------------------------------------------- /ansible/playbooks/roles/maps-tileserver/files/c3nav-tiles.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/maps-tileserver/files/c3nav-tiles.ini -------------------------------------------------------------------------------- /ansible/playbooks/roles/maps-tileserver/files/tmpfiles.d/c3nav.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/maps-tileserver/files/tmpfiles.d/c3nav.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/maps-tileserver/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/maps-tileserver/handlers/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/maps-tileserver/tasks/install_packages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/maps-tileserver/tasks/install_packages.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/maps-tileserver/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/maps-tileserver/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/maps-tileserver/tasks/virtualenv.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/maps-tileserver/tasks/virtualenv.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/maps-tileserver/templates/c3nav-tiles.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/maps-tileserver/templates/c3nav-tiles.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/maps-tileserver/templates/nginx/c3nav-tiles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/maps-tileserver/templates/nginx/c3nav-tiles -------------------------------------------------------------------------------- /ansible/playbooks/roles/maps-tileserver/templates/nginx/c3nav-tiles.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/maps-tileserver/templates/nginx/c3nav-tiles.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/maps/files/c3nav-celery.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/maps/files/c3nav-celery.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/maps/files/c3nav-gunicorn.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/maps/files/c3nav-gunicorn.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/maps/files/celery.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/maps/files/celery.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/maps/files/media/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/maps/files/media/logo.png -------------------------------------------------------------------------------- /ansible/playbooks/roles/maps/files/tmpfiles.d/c3nav.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/maps/files/tmpfiles.d/c3nav.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/maps/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/maps/handlers/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/maps/tasks/configure_celery.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/maps/tasks/configure_celery.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/maps/tasks/configure_gunicorn.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/maps/tasks/configure_gunicorn.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/maps/tasks/configure_nginx.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/maps/tasks/configure_nginx.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/maps/tasks/install_packages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/maps/tasks/install_packages.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/maps/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/maps/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/maps/tasks/virtualenv.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/maps/tasks/virtualenv.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/maps/templates/c3nav/c3nav.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/maps/templates/c3nav/c3nav.cfg -------------------------------------------------------------------------------- /ansible/playbooks/roles/maps/templates/nginx/c3nav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/maps/templates/nginx/c3nav -------------------------------------------------------------------------------- /ansible/playbooks/roles/microk8s/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/microk8s/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/mtail/files/mtail/nginx.mtail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/mtail/files/mtail/nginx.mtail -------------------------------------------------------------------------------- /ansible/playbooks/roles/mtail/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/mtail/handlers/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/mtail/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/mtail/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/mtail/templates/defaults: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/mtail/templates/defaults -------------------------------------------------------------------------------- /ansible/playbooks/roles/oxidized/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/oxidized/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/power_supply/files/power_supply_metrics.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/power_supply/files/power_supply_metrics.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/power_supply/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/power_supply/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/power_supply/templates/power_supply_metrics.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/power_supply/templates/power_supply_metrics.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/power_supply/templates/power_supply_metrics.timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/power_supply/templates/power_supply_metrics.timer -------------------------------------------------------------------------------- /ansible/playbooks/roles/sshfs/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/sshfs/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/tacplus/defaults/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | tacplus_key: FAKE_KEY 3 | -------------------------------------------------------------------------------- /ansible/playbooks/roles/tacplus/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/tacplus/handlers/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/tacplus/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/tacplus/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/tacplus/templates/tac_plus.conf.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/tacplus/templates/tac_plus.conf.j2 -------------------------------------------------------------------------------- /ansible/playbooks/roles/tls-certificates/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/tls-certificates/README.md -------------------------------------------------------------------------------- /ansible/playbooks/roles/tls-certificates/defaults/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/tls-certificates/defaults/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/tls-certificates/files/letsencrypt.chain: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ansible/playbooks/roles/tls-certificates/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/tls-certificates/handlers/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/tls-certificates/tasks/create_directories.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/tls-certificates/tasks/create_directories.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/tls-certificates/tasks/create_keypair.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/tls-certificates/tasks/create_keypair.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/tls-certificates/tasks/letsencrypt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/tls-certificates/tasks/letsencrypt.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/tls-certificates/tasks/letsencrypt_challenge.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/tls-certificates/tasks/letsencrypt_challenge.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/tls-certificates/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/tls-certificates/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/tls-certificates/tasks/nginx_common.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/tls-certificates/tasks/nginx_common.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/tls-certificates/tasks/self_sign.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/tls-certificates/tasks/self_sign.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/tls-certificates/templates/ansible-common-ssl.conf.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/tls-certificates/templates/ansible-common-ssl.conf.j2 -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-audio-parser/files/audio-fetcher/audio-fetcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-audio-parser/files/audio-fetcher/audio-fetcher -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-audio-parser/files/audio-fetcher/audio-fetcher.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-audio-parser/files/audio-fetcher/audio-fetcher.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-audio-parser/tasks/configure_audiofetcher.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-audio-parser/tasks/configure_audiofetcher.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-audio-parser/tasks/install_packages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-audio-parser/tasks/install_packages.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-audio-parser/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-audio-parser/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-audio-parser/templates/audio-fetcher-fl.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-audio-parser/templates/audio-fetcher-fl.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-audio-parser/templates/audio-fetcher-fr.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-audio-parser/templates/audio-fetcher-fr.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/defaults/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | destroy_all_videobox_data: false 3 | -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/audio-fetcher/audio-fetcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/audio-fetcher/audio-fetcher -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/audio-fetcher/audio-fetcher-0.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/audio-fetcher/audio-fetcher-0.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/audio-fetcher/audio-fetcher-1.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/audio-fetcher/audio-fetcher-1.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/audiotest/audiotest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/audiotest/audiotest.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/cgroups/cgconfig.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/cgroups/cgconfig.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/cgroups/fosdem.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/cgroups/fosdem.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/config/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/config/background.png -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/config/background.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/config/background.raw -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/config/config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/config/config.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/config/defaults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/config/defaults.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/config/preroll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/config/preroll.png -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/config/preroll.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/config/preroll.raw -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/config/voctocore.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/config/voctocore.ini -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/control/chart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/control/chart.js -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/control/chartjs-adapter-moment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/control/chartjs-adapter-moment.js -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/control/chartjs-plugin-annotation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/control/chartjs-plugin-annotation.js -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/control/default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/control/default -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/control/graph.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/control/graph.js -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/control/inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/control/inc.php -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/control/influxdb.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/control/influxdb.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/control/moment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/control/moment.js -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/control/query-ebur.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/control/query-ebur.php -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/control/vocto.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/control/vocto.css -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/control/vocto.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/control/vocto.php -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/network/video0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/network/video0 -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/patches/videomix.py.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/patches/videomix.py.diff -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/scripts/restart-voctocore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/scripts/restart-voctocore.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/scripts/sink-output.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/scripts/sink-output.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/scripts/source-cam.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/scripts/source-cam.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/scripts/source-slides.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/scripts/source-slides.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/signal-status/capture-rescan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/signal-status/capture-rescan.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/signal-status/display-rescan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/signal-status/display-rescan.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/signal-status/statuskeeper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/signal-status/statuskeeper.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/signal-status/video-capture-rescan.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/signal-status/video-capture-rescan.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/signal-status/video-display-rescan.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/signal-status/video-display-rescan.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/signal-status/video-statuskeeper.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/signal-status/video-statuskeeper.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/udev/20-fosdem-serial.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/udev/20-fosdem-serial.rules -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/udev/99-picotool.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/udev/99-picotool.rules -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/udev/99-video-box.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/udev/99-video-box.rules -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/units/vocto-sink-output.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/units/vocto-sink-output.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/units/vocto-source-cam.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/units/vocto-source-cam.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/units/vocto-source-slides.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/units/vocto-source-slides.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/units/voctocore.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/units/voctocore.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/video-status/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/video-status/logo.png -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/video-status/preview.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/video-status/preview.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/video-status/video-preview.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/video-status/video-preview.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/video-status/video-status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/video-status/video-status.py -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/video-status/video-status.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/video-status/video-status.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/video-streamer/rc.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/video-streamer/rc.local -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/video-streamer/video-receiver.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/video-streamer/video-receiver.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/video-streamer/video-receiver.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/video-streamer/video-receiver.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/video-streamer/video-recorder.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/video-streamer/video-recorder.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/video-streamer/video-recorder.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/video-streamer/video-recorder.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/files/video-streamer/video-usbreset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/files/video-streamer/video-usbreset.py -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/handlers/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/tasks/cgroup_setup.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/tasks/cgroup_setup.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/tasks/configure_network.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/tasks/configure_network.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/tasks/configure_nvme.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/tasks/configure_nvme.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/tasks/install_control.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/tasks/install_control.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/tasks/install_extra_hw.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/tasks/install_extra_hw.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/tasks/install_mixer_ctl.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/tasks/install_mixer_ctl.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/tasks/install_packages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/tasks/install_packages.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/tasks/install_signal-status.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/tasks/install_signal-status.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/tasks/install_video-status.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/tasks/install_video-status.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/tasks/install_video-streamer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/tasks/install_video-streamer.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/tasks/install_voctocore.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/tasks/install_voctocore.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box-mixer/templates/grub/cgroup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box-mixer/templates/grub/cgroup.cfg -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/defaults/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | destroy_all_videobox_data: false 3 | -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/audiotest/audiotest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/audiotest/audiotest.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/cgroups/cgconfig.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/cgroups/cgconfig.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/cgroups/fosdem.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/cgroups/fosdem.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/network/video0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/network/video0 -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/signal-status/capture-rescan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/signal-status/capture-rescan.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/signal-status/display-rescan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/signal-status/display-rescan.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/signal-status/statuskeeper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/signal-status/statuskeeper.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/signal-status/video-capture-rescan.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/signal-status/video-capture-rescan.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/signal-status/video-display-rescan.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/signal-status/video-display-rescan.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/signal-status/video-statuskeeper.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/signal-status/video-statuskeeper.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/udev/20-fosdem-serial.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/udev/20-fosdem-serial.rules -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/udev/99-picotool.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/udev/99-picotool.rules -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/udev/99-video-box.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/udev/99-video-box.rules -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/video-status/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/video-status/logo.png -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/video-status/preview.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/video-status/preview.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/video-status/video-preview.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/video-status/video-preview.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/video-status/video-status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/video-status/video-status.py -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/video-status/video-status.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/video-status/video-status.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/video-streamer/mixer-set-pc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/video-streamer/mixer-set-pc.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/video-streamer/rc.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/video-streamer/rc.local -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/video-streamer/video-receiver.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/video-streamer/video-receiver.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/video-streamer/video-receiver.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/video-streamer/video-receiver.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/video-streamer/video-recorder.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/video-streamer/video-recorder.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/video-streamer/video-recorder.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/video-streamer/video-recorder.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/files/video-streamer/video-usbreset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/files/video-streamer/video-usbreset.py -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/handlers/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/tasks/cgroup_setup.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/tasks/cgroup_setup.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/tasks/configure_network.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/tasks/configure_network.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/tasks/install_extra_hw.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/tasks/install_extra_hw.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/tasks/install_mixer_ctl.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/tasks/install_mixer_ctl.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/tasks/install_packages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/tasks/install_packages.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/tasks/install_signal-status.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/tasks/install_signal-status.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/tasks/install_video-status.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/tasks/install_video-status.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/tasks/install_video-streamer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/tasks/install_video-streamer.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-box/templates/grub/cgroup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-box/templates/grub/cgroup.cfg -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/README.md -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/dhcpd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/dhcpd.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/fosdem.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/fosdem.sql -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/grafana/ebur.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/grafana/ebur.json -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/grafana/grafana.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/grafana/grafana.ini -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/grafana/mixer-levels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/grafana/mixer-levels.json -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/icinga/fosdem-services.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/icinga/fosdem-services.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/icinga/matrix-host-notification.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/icinga/matrix-host-notification.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/icinga/matrix-service-notification.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/icinga/matrix-service-notification.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/icinga/matrix.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/icinga/matrix.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/icinga/passive.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/icinga/passive.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/imgmaker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/imgmaker.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/isc-dhcp-server.default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/isc-dhcp-server.default -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/nginx/certificate/dhparam.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/nginx/certificate/dhparam.pem -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/nginx/global.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/nginx/global.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/nginx/mtail.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/nginx/mtail.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/unbound-access.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/unbound-access.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/web/chart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/web/chart.js -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/web/chartjs-adapter-moment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/web/chartjs-adapter-moment.js -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/web/chartjs-plugin-annotation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/web/chartjs-plugin-annotation.js -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/web/config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/web/config.php -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/web/graph.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/web/graph.js -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/web/inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/web/inc.php -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/web/mixer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/web/mixer.css -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/web/mixer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/web/mixer.js -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/web/moment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/web/moment.js -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/web/query-ebur.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/web/query-ebur.php -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/web/query-room.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/web/query-room.php -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/web/query-vocto.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/web/query-vocto.php -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/web/reconnecting-websocket.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/web/reconnecting-websocket.js -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/web/room_status.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/web/room_status.php -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/web/showbuilding.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/web/showbuilding.php -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/web/vocto.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/web/vocto.css -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/files/web/vocto.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/files/web/vocto.php -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/handlers/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/tasks/configure_db.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/tasks/configure_db.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/tasks/configure_dns_dhcp.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/tasks/configure_dns_dhcp.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/tasks/configure_grafana.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/tasks/configure_grafana.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/tasks/configure_icinga.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/tasks/configure_icinga.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/tasks/configure_imgmaker.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/tasks/configure_imgmaker.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/tasks/configure_nginx.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/tasks/configure_nginx.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/tasks/install_packages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/tasks/install_packages.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/templates/imgmaker.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/templates/imgmaker.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-control-server/templates/nginx/sites-enabled/control.video.fosdem.org.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-control-server/templates/nginx/sites-enabled/control.video.fosdem.org.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-monitoring/files/do_checks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-monitoring/files/do_checks.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-monitoring/files/monitoring.cron: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-monitoring/files/monitoring.cron -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-monitoring/files/munin-node.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-monitoring/files/munin-node.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-monitoring/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-monitoring/handlers/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-monitoring/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-monitoring/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-repo/files/video-team.repo.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-repo/files/video-team.repo.list -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-repo/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-repo/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-repo/vars/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-repo/vars/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-stream-dump-external/defaults/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-stream-dump-external/defaults/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-stream-dump-external/files/streamdump.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-stream-dump-external/files/streamdump.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-stream-dump-external/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-stream-dump-external/handlers/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-stream-dump-external/tasks/configure_hdd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-stream-dump-external/tasks/configure_hdd.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-stream-dump-external/tasks/configure_streamdump.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-stream-dump-external/tasks/configure_streamdump.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-stream-dump-external/tasks/install_packages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-stream-dump-external/tasks/install_packages.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-stream-dump-external/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-stream-dump-external/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-stream-dump-external/tasks/streamdump_target.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-stream-dump-external/tasks/streamdump_target.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-stream-dump-external/templates/streamdump.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-stream-dump-external/templates/streamdump.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-stream-dump-external/templates/streamdump.target: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-stream-dump-external/templates/streamdump.target -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-stream-dump/defaults/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-stream-dump/defaults/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-stream-dump/files/streamdump.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-stream-dump/files/streamdump.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-stream-dump/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-stream-dump/handlers/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-stream-dump/tasks/configure_hdd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-stream-dump/tasks/configure_hdd.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-stream-dump/tasks/configure_streamdump.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-stream-dump/tasks/configure_streamdump.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-stream-dump/tasks/configure_streamdump_simple.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-stream-dump/tasks/configure_streamdump_simple.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-stream-dump/tasks/install_packages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-stream-dump/tasks/install_packages.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-stream-dump/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-stream-dump/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-stream-dump/tasks/streamdump_target.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-stream-dump/tasks/streamdump_target.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-stream-dump/templates/streamdump.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-stream-dump/templates/streamdump.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-stream-dump/templates/streamdump.target: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-stream-dump/templates/streamdump.target -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-backend/defaults/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | destroy_all_streambackend_data: false 3 | -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-backend/files/bic/modules: -------------------------------------------------------------------------------- 1 | tcp_bic 2 | -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-backend/files/fetcher/fetcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-backend/files/fetcher/fetcher.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-backend/files/fetcher/thumb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-backend/files/fetcher/thumb.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-backend/files/iptables/rules.v4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-backend/files/iptables/rules.v4 -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-backend/files/iptables/rules.v6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-backend/files/iptables/rules.v6 -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-backend/files/nginx/mtail.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-backend/files/nginx/mtail.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-backend/files/sreview/detect_files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-backend/files/sreview/detect_files -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-backend/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-backend/handlers/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-backend/tasks/configure_bic.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-backend/tasks/configure_bic.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-backend/tasks/configure_fetcher.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-backend/tasks/configure_fetcher.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-backend/tasks/configure_nginx.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-backend/tasks/configure_nginx.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-backend/tasks/install_packages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-backend/tasks/install_packages.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-backend/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-backend/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-backend/tasks/mount_ssd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-backend/tasks/mount_ssd.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-backend/templates/fetcher/fetcher.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-backend/templates/fetcher/fetcher.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-backend/templates/fetcher/fetcher.target: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-backend/templates/fetcher/fetcher.target -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-backend/templates/fetcher/room.m3u8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-backend/templates/fetcher/room.m3u8 -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-backend/templates/fetcher/thumb.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-backend/templates/fetcher/thumb.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-backend/templates/nfs/exports.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-backend/templates/nfs/exports.j2 -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-backend/templates/nginx/nginx-rtmp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-backend/templates/nginx/nginx-rtmp.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-backend/templates/nginx/sites-enabled/streamer-backend.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-backend/templates/nginx/sites-enabled/streamer-backend.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-backend/templates/sreview/config.pm.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-backend/templates/sreview/config.pm.j2 -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-frontend/files/bic/modules: -------------------------------------------------------------------------------- 1 | tcp_bic 2 | -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-frontend/files/nginx/certificate/dhparam.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-frontend/files/nginx/certificate/dhparam.pem -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-frontend/files/nginx/global.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-frontend/files/nginx/global.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-frontend/files/nginx/mtail.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-frontend/files/nginx/mtail.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-frontend/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-frontend/handlers/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-frontend/tasks/configure_bic.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-frontend/tasks/configure_bic.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-frontend/tasks/configure_nginx.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-frontend/tasks/configure_nginx.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-frontend/tasks/install_packages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-frontend/tasks/install_packages.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-frontend/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-frontend/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-streamer-frontend/templates/nginx/sites-enabled/stream.fosdem.org.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-streamer-frontend/templates/nginx/sites-enabled/stream.fosdem.org.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-voctop/files/audio-fetcher/audio-fetcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-voctop/files/audio-fetcher/audio-fetcher -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-voctop/files/audio-fetcher/audio-fetcher.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-voctop/files/audio-fetcher/audio-fetcher.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-voctop/files/config/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-voctop/files/config/background.png -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-voctop/files/config/background.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-voctop/files/config/background.raw -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-voctop/files/config/config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-voctop/files/config/config.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-voctop/files/config/defaults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-voctop/files/config/defaults.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-voctop/files/config/voctocore.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-voctop/files/config/voctocore.ini -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-voctop/files/grub/cstate.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-voctop/files/grub/cstate.cfg -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-voctop/files/grub/mitigations.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-voctop/files/grub/mitigations.cfg -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-voctop/files/patches/videomix.py.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-voctop/files/patches/videomix.py.diff -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-voctop/files/scripts/restart-voctocore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-voctop/files/scripts/restart-voctocore.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-voctop/files/scripts/sink-output.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-voctop/files/scripts/sink-output.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-voctop/files/scripts/source-cam.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-voctop/files/scripts/source-cam.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-voctop/files/scripts/source-slides.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-voctop/files/scripts/source-slides.sh -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-voctop/files/units/vocto-sink-output.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-voctop/files/units/vocto-sink-output.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-voctop/files/units/vocto-source-cam.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-voctop/files/units/vocto-source-cam.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-voctop/files/units/vocto-source-slides.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-voctop/files/units/vocto-source-slides.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-voctop/files/units/voctocore.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-voctop/files/units/voctocore.service -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-voctop/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-voctop/handlers/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-voctop/tasks/cputune.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-voctop/tasks/cputune.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-voctop/tasks/install_audio_fetcher.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-voctop/tasks/install_audio_fetcher.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-voctop/tasks/install_voctocore.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-voctop/tasks/install_voctocore.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-voctop/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-voctop/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-web-frontend/files/nginx/certificate/dhparam.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-web-frontend/files/nginx/certificate/dhparam.pem -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-web-frontend/files/nginx/global.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-web-frontend/files/nginx/global.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-web-frontend/files/nginx/sites-enabled/live.fosdem.org.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-web-frontend/files/nginx/sites-enabled/live.fosdem.org.conf -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-web-frontend/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-web-frontend/handlers/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-web-frontend/tasks/configure_nginx.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-web-frontend/tasks/configure_nginx.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-web-frontend/tasks/install_packages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-web-frontend/tasks/install_packages.yml -------------------------------------------------------------------------------- /ansible/playbooks/roles/video-web-frontend/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/roles/video-web-frontend/tasks/main.yml -------------------------------------------------------------------------------- /ansible/playbooks/site.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/site.yml -------------------------------------------------------------------------------- /ansible/playbooks/templates/Corefile.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/templates/Corefile.j2 -------------------------------------------------------------------------------- /ansible/playbooks/templates/snmp_exporter/generator.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/templates/snmp_exporter/generator.yml -------------------------------------------------------------------------------- /ansible/playbooks/templates/snmp_exporter/snmp.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/playbooks/templates/snmp_exporter/snmp.yml -------------------------------------------------------------------------------- /ansible/public_keys/alec.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/public_keys/alec.pub -------------------------------------------------------------------------------- /ansible/public_keys/bastischubert.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/public_keys/bastischubert.pub -------------------------------------------------------------------------------- /ansible/public_keys/bert.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/public_keys/bert.pub -------------------------------------------------------------------------------- /ansible/public_keys/brian.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/public_keys/brian.pub -------------------------------------------------------------------------------- /ansible/public_keys/dan.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/public_keys/dan.pub -------------------------------------------------------------------------------- /ansible/public_keys/gerry.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/public_keys/gerry.pub -------------------------------------------------------------------------------- /ansible/public_keys/gouthamve.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/public_keys/gouthamve.pub -------------------------------------------------------------------------------- /ansible/public_keys/jarek.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/public_keys/jarek.pub -------------------------------------------------------------------------------- /ansible/public_keys/johanvdw.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/public_keys/johanvdw.pub -------------------------------------------------------------------------------- /ansible/public_keys/klaus.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/public_keys/klaus.pub -------------------------------------------------------------------------------- /ansible/public_keys/louis.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/public_keys/louis.pub -------------------------------------------------------------------------------- /ansible/public_keys/luc.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/public_keys/luc.pub -------------------------------------------------------------------------------- /ansible/public_keys/marian.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/public_keys/marian.pub -------------------------------------------------------------------------------- /ansible/public_keys/mark.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/public_keys/mark.pub -------------------------------------------------------------------------------- /ansible/public_keys/meka.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/public_keys/meka.pub -------------------------------------------------------------------------------- /ansible/public_keys/msuriar.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/public_keys/msuriar.pub -------------------------------------------------------------------------------- /ansible/public_keys/nicolai.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/public_keys/nicolai.pub -------------------------------------------------------------------------------- /ansible/public_keys/peter.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/public_keys/peter.pub -------------------------------------------------------------------------------- /ansible/public_keys/quint.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/public_keys/quint.pub -------------------------------------------------------------------------------- /ansible/public_keys/richih.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/public_keys/richih.pub -------------------------------------------------------------------------------- /ansible/public_keys/shin.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/public_keys/shin.pub -------------------------------------------------------------------------------- /ansible/public_keys/vasil.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/public_keys/vasil.pub -------------------------------------------------------------------------------- /ansible/public_keys/wouter_s.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/public_keys/wouter_s.pub -------------------------------------------------------------------------------- /ansible/public_keys/wouter_v.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/public_keys/wouter_v.pub -------------------------------------------------------------------------------- /ansible/requirements.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/requirements.yml -------------------------------------------------------------------------------- /ansible/update-private-files.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/ansible/update-private-files.sh -------------------------------------------------------------------------------- /inventory/IP-addressing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/inventory/IP-addressing.md -------------------------------------------------------------------------------- /resources/snmp/wlc_graphite_output: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/resources/snmp/wlc_graphite_output -------------------------------------------------------------------------------- /resources/snmp/wlc_snmpwalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/resources/snmp/wlc_snmpwalk -------------------------------------------------------------------------------- /resources/video/generate-cisco-config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/resources/video/generate-cisco-config.sh -------------------------------------------------------------------------------- /resources/video/generate-video-dns.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/resources/video/generate-video-dns.sh -------------------------------------------------------------------------------- /resources/video/inventory.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/resources/video/inventory.csv -------------------------------------------------------------------------------- /resources/video/printers.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/resources/video/printers.csv -------------------------------------------------------------------------------- /syslog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FOSDEM/infrastructure/HEAD/syslog.md --------------------------------------------------------------------------------