+ Playbook for simple echo's

+ Init play for gamma
This commit is contained in:
shockrah
2021-11-26 22:01:25 -08:00
parent 0782ebf049
commit c389cfb220
4 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# 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