+ Fixing sample HTTP requests
These are really only used to verify that ports configs are correct
This commit is contained in:
parent
29a753f192
commit
a8ddf88d00
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user