You can not select more than 25 topics
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.
|
- ---
-
- - hosts: vpn_servers
- gather_facts: false
- roles:
- - name: staging
- default_stage: provisioning
-
- - hosts: vpn_servers:&provisioning
- remote_user: root
- gather_facts: false
- roles:
- - role: netif
- - role: virt_provision
- - role: common
- - name: staging
- next_stage: staging
-
- - hosts: vpn_servers
- remote_user: root
- roles:
- - role: common
-
- # - hosts: vpn_servers:&staging
- # remote_user: root
- # roles:
- # - name: staging
- # next_stage: production
-
- # - hosts: vpn_servers:&recycling
- # remote_user: root
- # gather_facts: false
- # roles:
- # - role: virt
- # virt_state: absent
|