25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

25 lines
445B

  1. ---
  2. - hosts: vpn_servers
  3. gather_facts: false
  4. roles:
  5. - name: staging
  6. default_stage: provisioning
  7. - import_playbook: vpn-provisioning.yaml
  8. - import_playbook: vpn-network.yaml
  9. - hosts: vpn_servers:&provisioning
  10. remote_user: root
  11. roles:
  12. - name: staging
  13. next_stage: staging
  14. - import_playbook: vpn-common.yaml
  15. - hosts: vpn_servers:&staging
  16. remote_user: root
  17. roles:
  18. - name: staging
  19. next_stage: production