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.
|
- ---
-
- - hosts: accounting_vdesks
- gather_facts: false
- roles:
- - name: staging
- default_stage: provisioning
-
- - hosts: accounting_vdesks:&provisioning
- remote_user: root
- gather_facts: false
- roles:
- - role: netif
- - role: virt_default_profile
- - role: virt_provision
- - role: common
- - name: staging
- next_stage: staging
-
- - hosts: accounting_vdesks
- remote_user: root
- roles:
- - role: common
- - role: eralitex_desktop
- - role: desktop_apps
- - role: atom_editor
- - role: accounting
-
- - hosts: accounting_vdesks:&staging
- remote_user: root
- roles:
- - name: staging
- next_stage: production
-
- - hosts: accounting_vdesks:&recycling
- remote_user: root
- gather_facts: false
- roles:
- - role: virt
- virt_state: absent
|