18 lines
524 B
YAML
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
|