82870034 发表于 2018-1-3 08:49:32

二、Ansible中playbook的变量

---  - hosts: db
  

  tasks:
  - name: test hosts group var
  debug: msg="The Variable 'mm' is {{ mm }}"
  - name: test singer var
  debug: msg="The Variable 'pp' is {{ pp }}"
页: [1]
查看完整版本: 二、Ansible中playbook的变量