infra/playbooks/athens-common/touch.yml

15 lines
266 B
YAML
Raw Normal View History

# This is purely here to check if things are
# working properly
---
- hosts: alpha, beta, gamma, sigma
remote_user: ubuntu
tasks:
- name: Echo
shell: echo 'asdfasdfasdf'
- name: Sample web request
get_url:
url: https://google.com