|
|
@@ -1,6 +1,6 @@ |
|
|
|
--- |
|
|
|
|
|
|
|
- name: debian requirements |
|
|
|
- name: debian package requirements |
|
|
|
apt: |
|
|
|
pkg: |
|
|
|
- apt-transport-https |
|
|
@@ -8,6 +8,7 @@ |
|
|
|
- curl |
|
|
|
- gnupg2 |
|
|
|
- software-properties-common |
|
|
|
- python3-pip |
|
|
|
|
|
|
|
- name: debian repository key |
|
|
|
apt_key: |
|
|
@@ -22,3 +23,8 @@ |
|
|
|
- name: docker-ce |
|
|
|
apt: |
|
|
|
pkg: docker-ce |
|
|
|
|
|
|
|
- name: docker python module for ansible |
|
|
|
pip: |
|
|
|
name: docker |
|
|
|
executable: pip3 |