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

19 lines
524 B
YAML
Raw Normal View History

2023-07-23 10:08:10 +00:00
---
roles:
2023-04-26 15:45:19 +00:00
- name: setup_apt
2023-04-24 17:28:53 +00:00
src: https://github.com/sunscrapers/ansible-role-apt.git
scm: git
2023-04-25 20:02:00 +00:00
- name: ssh_ca
2023-07-05 21:53:44 +00:00
src: https://git.kun.is/pim/ansible-role-ssh-ca
2023-04-24 17:28:53 +00:00
scm: git
2023-04-26 17:29:58 +00:00
- name: deploy_ssh_certificates
2023-07-05 21:53:44 +00:00
src: https://git.kun.is/home/ansible-role-deploy-ssh-certificates
2023-04-26 17:29:58 +00:00
scm: git
- name: ssh_ca_known_hosts
2023-07-05 21:53:44 +00:00
src: https://git.kun.is/home/ansible-role-ssh-ca-known-hosts
2023-04-26 17:29:58 +00:00
scm: git
- name: postgresql_database
2023-07-05 21:53:44 +00:00
src: https://git.kun.is/home/ansible-role-postgresql-database
scm: git
2023-07-23 10:08:10 +00:00
- name: geerlingguy.node_exporter