Ansible: Accumulate mulitple process output

前端 未结 0 1189
礼貌的吻别
礼貌的吻别 2020-12-10 19:08

I have the following playbook,

---
- hosts: localhost
  gather_facts: false
  vars:
    db_process:
      - mysqld
      - db2sys
      - oracle*
      - pmon         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题