Skip to content
Snippets Groups Projects

debuginfod: Implement role

Merged Morten Linderud requested to merge foxboron/infrastructure:morten/debuginfod into master
All threads resolved!
1 file
+ 17
0
Compare changes
  • Side-by-side
  • Inline
+ 17
0
---
- name: playbook for debuginfod
hosts: debuginfod
remote_user: root
roles:
- { role: common }
- { role: tools }
- { role: firewalld }
- { role: hardening }
- { role: sshd }
- { role: root_ssh }
- { role: certbot }
- { role: nginx }
- { role: unbound }
- { role: debuginfod }
- { role: syncdebug }
- { role: prometheus_exporters }
Loading