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.

virt_hosts.yml 253B

123456789101112131415
  1. ---
  2. - hosts: virt_hosts
  3. gather_facts: false
  4. roles:
  5. - name: staging
  6. default_stage: staging
  7. - hosts: virt_hosts:&staging
  8. remote_user: root
  9. gather_facts: false
  10. roles:
  11. - role: netif
  12. - name: staging
  13. next_stage: production