nrec-ansible/project/main.yml
Torjus Håkestad 5b89cfced5
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add common role
2022-01-13 00:24:36 +01:00

16 lines
205 B
YAML

---
- hosts: all
tasks:
- name: Ping hosts
ansible.builtin.ping:
- hosts: all
roles:
- common
- hosts: docker2.t-juice.club
roles:
- vault
- traefik
- registry
- gitea