+ Fixing sample HTTP requests

These are really only used to verify that ports configs are correct
This commit is contained in:
shockrah 2021-11-28 15:27:14 -08:00
parent 29a753f192
commit a8ddf88d00

View File

@ -5,10 +5,12 @@
remote_user: ubuntu remote_user: ubuntu
tasks: tasks:
- name: Echo - name: Echo
shell: echo 'asdfasdfasdf' shell: echo 'This playbooks is just testing connectivity'
- name: Sample web request - name: Sample HTTP Request
get_url: shell: curl http://google.com
url: https://google.com
- name: Sample HTTPS Request
shell: curl -k https://gogle.com