Compare commits

...

2 Commits

Author SHA1 Message Date
Uumas
528de042b1 Prepare for publisihing 2021-09-25 20:39:32 +03:00
Uumas
a2ceeaaba7 update to python 3 2021-09-25 20:19:44 +03:00
6 changed files with 12 additions and 3 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
uumas-docker-*.tar.gz

View File

@@ -2,10 +2,12 @@
namespace: uumas namespace: uumas
name: docker name: docker
version: 0.1.0 version: 0.1.1
readme: README.md readme: README.md
repository: https://git.uumas.fi/uumas/ansible-docker
license_file: LICENSE
dependencies: dependencies:
- uumas.general(>0.3.0) uumas.general: '>0.3.0'
authors: authors:
- uumas - uumas

4
meta/runtime.yml Normal file
View File

@@ -0,0 +1,4 @@
---
requires_ansible: ">=2.10"

1
roles/docker/README.md Normal file
View File

@@ -0,0 +1 @@
Installs docker

View File

@@ -26,4 +26,4 @@
- docker-ce - docker-ce
- docker-ce-cli - docker-ce-cli
- containerd.io - containerd.io
- python-docker - python3-docker

1
roles/jitsi/README.md Normal file
View File

@@ -0,0 +1 @@
Installs jitsi in docker