Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dieses Repo ist archiviert. Du kannst Dateien sehen und es klonen, kannst aber nicht pushen oder Issues/Pull-Requests öffnen.

accounting_vdesks.yml 777B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ---
  2. - hosts: accounting_vdesks
  3. gather_facts: false
  4. roles:
  5. - name: staging
  6. default_stage: provisioning
  7. - hosts: accounting_vdesks:&provisioning
  8. remote_user: root
  9. gather_facts: false
  10. roles:
  11. - role: netif
  12. - role: virt_default_profile
  13. - role: virt_provision
  14. - role: common
  15. - name: staging
  16. next_stage: staging
  17. - hosts: accounting_vdesks
  18. remote_user: root
  19. roles:
  20. - role: common
  21. - role: eralitex_desktop
  22. - role: desktop_apps
  23. - role: atom_editor
  24. - role: accounting
  25. - hosts: accounting_vdesks:&staging
  26. remote_user: root
  27. roles:
  28. - name: staging
  29. next_stage: production
  30. - hosts: accounting_vdesks:&recycling
  31. remote_user: root
  32. gather_facts: false
  33. roles:
  34. - role: virt
  35. virt_state: absent