您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
此仓库已存档。您可以查看文件和克隆,但不能推送或创建工单/合并请求。

virt_hosts.yml 253B

123456789101112131415
  1. ---
  2. - hosts: virt_hosts
  3. gather_facts: false
  4. roles:
  5. - name: staging
  6. default_stage: staging
  7. - hosts: virt_hosts:&staging
  8. remote_user: root
  9. gather_facts: false
  10. roles:
  11. - role: netif
  12. - name: staging
  13. next_stage: production