This commit is contained in:
parent
14e5b1caed
commit
de42fb9710
1 changed files with 7 additions and 0 deletions
|
|
@ -32,6 +32,13 @@
|
||||||
name: python3-pip
|
name: python3-pip
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
|
- name: Container present test
|
||||||
|
community.docker.docker_container:
|
||||||
|
name: ansible_deployed
|
||||||
|
state: present
|
||||||
|
image: ubuntu:24.04
|
||||||
|
command: sleep infinity
|
||||||
|
|
||||||
|
|
||||||
- name: add docker rules to ufw
|
- name: add docker rules to ufw
|
||||||
blockinfile:
|
blockinfile:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue