Simple test playbook to confirm things are working as expected
This commit is contained in:
parent
1c6fe055f7
commit
4fd20a9136
12
infra/static-vultr/ansible/test-setup.yml
Normal file
12
infra/static-vultr/ansible/test-setup.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user