Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
123456789101112131415161718192021222324 |
- ---
-
- - hosts: vpn_servers
- gather_facts: false
- roles:
- - name: staging
- default_stage: provisioning
-
- - import_playbook: vpn-provisioning.yaml
- - import_playbook: vpn-network.yaml
-
- - hosts: vpn_servers:&provisioning
- remote_user: root
- roles:
- - name: staging
- next_stage: staging
-
- - import_playbook: vpn-common.yaml
-
- - hosts: vpn_servers:&staging
- remote_user: root
- roles:
- - name: staging
- next_stage: production
|