2022-07-20 11:13:08 +07:00
|
|
|
---
|
2022-08-20 13:40:13 +07:00
|
|
|
- name: adoptap
|
|
|
|
hosts: fkip3,fkip1,fkip2,tk1,tk2
|
2022-07-20 11:13:08 +07:00
|
|
|
gather_facts: False
|
|
|
|
tasks:
|
2022-08-20 13:40:13 +07:00
|
|
|
- name: adoptap
|
|
|
|
raw: mca-cli-op set-inform http://south-unifi.unej.ac.id:8080/inform
|
2022-07-20 11:13:08 +07:00
|
|
|
register: info_out
|
|
|
|
|
|
|
|
- debug:
|
|
|
|
var: info_out.stdout_lines
|