Commit 58c77371 authored by nanahira's avatar nanahira

railgun

parent f8198ae4
---
- hosts: init
remote_user: root
tasks:
- name: railgun
uri:
url: https://m.lv5.ac/api/select
method: 'POST'
body_format: json
body: '{{railgun}}'
return_content: true
status_code:
- 200
- 201
changed_when: false
ignore_errors: true
when: railgun
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment