14 lines
394 B
YAML
14 lines
394 B
YAML
---
|
|
roles:
|
|
- name: setup_apt
|
|
src: https://github.com/sunscrapers/ansible-role-apt.git
|
|
scm: git
|
|
- name: docker
|
|
src: https://git.kun.is/pim/ansible-role-docker
|
|
scm: git
|
|
- name: cloudinit_wait
|
|
src: https://git.kun.is/pim/ansible-role-cloudinit-wait
|
|
scm: git
|
|
- name: postgresql_database
|
|
src: https://git.kun.is/home/ansible-role-postgresql-database
|
|
scm: git
|