12 lines
245 B
YAML
12 lines
245 B
YAML
---
|
|
- name: adoptap
|
|
hosts: fkip3,fkip1,fkip2,tk1,tk2
|
|
gather_facts: False
|
|
tasks:
|
|
- name: adoptap
|
|
raw: mca-cli-op set-inform http://south-unifi.unej.ac.id:8080/inform
|
|
register: info_out
|
|
|
|
- debug:
|
|
var: info_out.stdout_lines
|