nrec-ansible/project/main.yml
Torjus Håkestad 2f6cbb8f22
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add gitea role to docker2
2022-01-12 21:41:40 +01:00

12 lines
169 B
YAML

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