ansiblefkip/adopt.yaml

12 lines
220 B
YAML
Raw Normal View History

2022-07-20 11:13:08 +07:00
---
- name: reboot
hosts: [rk1]
gather_facts: False
tasks:
- name: rk1
raw: mca-cli-op set-inform http://north-unifi.unej.ac.id:8080/inform
register: info_out
- debug:
var: info_out.stdout_lines