nrec-ansible/project/main.yml

11 lines
157 B
YAML
Raw Normal View History

2022-01-10 20:57:28 +00:00
---
- hosts: all
tasks:
- name: Ping hosts
2022-01-11 09:52:38 +00:00
ansible.builtin.ping:
2022-01-11 14:27:46 +00:00
- hosts: docker2.t-juice.club
roles:
- vault
2022-01-12 20:25:11 +00:00
- traefik
- registry