|
1 | 1 | --- |
2 | 2 | - hosts: all |
3 | 3 | roles: |
4 | | - - { role: external_data_drive, when: external_data_drive__enabled } |
5 | | - - { role: users, when: users__enabled } |
6 | | - - { role: apt_basic, when: apt_basic__enabled } |
7 | | - - { role: apt_localrepo, when: apt_localrepo__enabled } |
8 | | - - { role: desktop, when: desktop__enabled } |
9 | | - - { role: kalite, when: kalite__enabled } |
10 | | - - { role: wikipedia, when: wikipedia__enabled } |
| 4 | +# - { role: external_data_drive, when: external_data_drive__enabled } |
| 5 | +# - { role: users, when: users__enabled } |
| 6 | +# - { role: apt_basic, when: apt_basic__enabled } |
| 7 | +# - { role: apt_localrepo, when: apt_localrepo__enabled } |
| 8 | +# - { role: desktop, when: desktop__enabled } |
| 9 | + - { role: openedx, when: openedx__enabled } |
| 10 | +# - { role: kalite, when: kalite__enabled } |
| 11 | +# - { role: wikipedia, when: wikipedia__enabled } |
11 | 12 |
|
12 | 13 | # Always run this one last, since it will build the ISO |
13 | | - - { role: build_iso, when: build_iso__enabled } |
| 14 | +# - { role: build_iso, when: build_iso__enabled } |
14 | 15 |
|
0 commit comments