Update DockerEngineInstall.yml

This commit is contained in:
YuruC3 2023-08-17 16:16:43 +02:00 committed by GitHub
parent 4918929e52
commit a323a382ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,23 @@
- curl
- gnupg
# Uncomment code below to install ufw together with docker
# - name: install ufw
# apt:
# state: present
# name:
# - ufw
# - name: ufw allow ssh
# ufw:
# rule: allow
# port: '22'
# proto: tcp
# - name: enable ufw
# ufw:
# state: enabled
- name: mkdir /etc/apt/keyrings
file:
path: /etc/apt/keyrings