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

36 行
635B

  1. ---
  2. - hosts: vpn_servers
  3. gather_facts: false
  4. roles:
  5. - name: staging
  6. default_stage: provisioning
  7. - hosts: vpn_servers:&provisioning
  8. remote_user: root
  9. gather_facts: false
  10. roles:
  11. - role: netif
  12. - role: virt_provision
  13. - role: common
  14. - name: staging
  15. next_stage: staging
  16. - hosts: vpn_servers
  17. remote_user: root
  18. roles:
  19. - role: common
  20. # - hosts: vpn_servers:&staging
  21. # remote_user: root
  22. # roles:
  23. # - name: staging
  24. # next_stage: production
  25. # - hosts: vpn_servers:&recycling
  26. # remote_user: root
  27. # gather_facts: false
  28. # roles:
  29. # - role: virt
  30. # virt_state: absent