ansiblefmipa-bws/infoap.yaml

12 lines
217 B
YAML
Raw Normal View History

2022-08-20 15:49:28 +07:00
---
- name: info
hosts: [APPRO,ACPRO,NANOHD,ACLITE,APBIASA]
gather_facts: False
tasks:
- name: info status Ap Fmipa
raw: mca-cli-op info
register: out_info
- debug:
var: out_info.stdout_lines