Checkpoint

This commit is contained in:
Jonathan Cremin 2021-04-11 16:00:07 +01:00
parent e17f84ad8a
commit 1e03c32201
32 changed files with 556 additions and 298 deletions

View file

@ -1,18 +1,23 @@
---
- name: Install docker
apt: name=docker.io state=present
dnf:
name:
- moby-engine
state: present
become: yes
- name: Make sure docker is running
systemd:
state: started
name: docker
state: started
become: yes
- name: Install docker-compose
apt: name=docker-compose state=present
become: yes
pip:
extra_args: --user
name: docker-compose
state: present
- name: Add jonathan to docker group
user: