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

37 行
656B

  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. - role: network
  21. # - hosts: vpn_servers:&staging
  22. # remote_user: root
  23. # roles:
  24. # - name: staging
  25. # next_stage: production
  26. # - hosts: vpn_servers:&recycling
  27. # remote_user: root
  28. # gather_facts: false
  29. # roles:
  30. # - role: virt
  31. # virt_state: absent