2022-07-20 11:13:08 +07:00
|
|
|
---
|
2022-08-20 13:40:13 +07:00
|
|
|
- name: infoap
|
|
|
|
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: infoap
|
2022-07-20 11:13:08 +07:00
|
|
|
raw: mca-cli-op info
|
|
|
|
register: out_info
|
|
|
|
- debug:
|
|
|
|
var: out_info.stdout_lines
|
|
|
|
|