|
Last change
on this file since 3799 was 3795, checked in by Bruno Cornec, 2 years ago |
|
Untag v3.3.0 never really published in the past - will start from here
|
|
File size:
354 bytes
|
| Line | |
|---|
| 1 | ---
|
|---|
| 2 |
|
|---|
| 3 | - name: Check mandatory packages installed
|
|---|
| 4 | urpmi: name={{ item.pkg }} state=installed update_cache=yes no_recommends=yes
|
|---|
| 5 | with_items:
|
|---|
| 6 | - { pkg: docker }
|
|---|
| 7 |
|
|---|
| 8 | - name: Check that docker is running and enabled
|
|---|
| 9 | service: name=docker state=started enabled=yes
|
|---|
| 10 |
|
|---|
| 11 | - name: Adapt group participation for docker
|
|---|
| 12 | user: name=bruno groups=docker append=yes
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.