This repository has been archived on 2023-12-26. You can view files and clone it, but cannot push or open issues or pull requests.
hypervisors/ansible/requirements.yml

18 lines
524 B
YAML

---
roles:
- name: setup_apt
src: https://github.com/sunscrapers/ansible-role-apt.git
scm: git
- name: ssh_ca
src: https://git.kun.is/pim/ansible-role-ssh-ca
scm: git
- name: deploy_ssh_certificates
src: https://git.kun.is/home/ansible-role-deploy-ssh-certificates
scm: git
- name: ssh_ca_known_hosts
src: https://git.kun.is/home/ansible-role-ssh-ca-known-hosts
scm: git
- name: postgresql_database
src: https://git.kun.is/home/ansible-role-postgresql-database
scm: git
- name: geerlingguy.node_exporter