Update DockerEngineInstall.yml
This commit is contained in:
parent
4918929e52
commit
a323a382ba
@ -19,6 +19,23 @@
|
|||||||
- curl
|
- curl
|
||||||
- gnupg
|
- 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
|
- name: mkdir /etc/apt/keyrings
|
||||||
file:
|
file:
|
||||||
path: /etc/apt/keyrings
|
path: /etc/apt/keyrings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user