Simple test playbook to confirm things are working as expected

This commit is contained in:
shockrah 2024-04-15 20:17:54 -07:00
parent 1c6fe055f7
commit 4fd20a9136

View File

@ -0,0 +1,12 @@
---
- hosts: webhost
remote_user: root
tasks:
- name: Echo something
shell: echo 'Testing playbook'
- name: Testing HTTP egress
shell: curl http://google.com
- name: Testing HTTPS egress
shell: curl https://google.com