infrastructure/ansible/main.yml

10 lines
108 B
YAML
Raw Normal View History

2019-12-08 15:55:19 +00:00
- hosts: all
tasks:
- name: Ping
ping:
- hosts: casey
roles:
- ssh-bastion
2019-12-08 16:47:28 +00:00
- gateway