Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
To repozytorium jest zarchiwizowane. Możesz wyświetlać pliki i je sklonować, ale nie możesz do niego przepychać zmian lub otwierać zgłoszeń/Pull Requestów.

41 wiersze
777B

  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