infra/playbooks/athens-common/touch.yml
shockrah c389cfb220 + Playbook for simple echo's
+ Init play for gamma
2021-11-26 22:01:25 -08:00

15 lines
266 B
YAML

# 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