+ 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
|
||||
tasks:
|
||||
- name: Echo
|
||||
shell: echo 'asdfasdfasdf'
|
||||
shell: echo 'This playbooks is just testing connectivity'
|
||||
|
||||
- name: Sample web request
|
||||
get_url:
|
||||
url: https://google.com
|
||||
- name: Sample HTTP Request
|
||||
shell: curl http://google.com
|
||||
|
||||
- name: Sample HTTPS Request
|
||||
shell: curl -k https://gogle.com
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user