docker-repo #21

Merged
mpavlov merged 5 commits from docker-repo into dev 2024-10-04 00:59:15 +03:00
5 changed files with 111 additions and 6 deletions
Showing only changes of commit c9ed16169c - Show all commits

View File

@@ -7,10 +7,10 @@
- install
- add_config
- name: Get IP address
ansible.builtin.shell:
cmd: hostname -I | awk '{print $1}'
register: IP
- name: Get IP address
ansible.builtin.shell:
cmd: hostname -I | awk '{print $1}'
register: IP
- name: Install docker (Debian)
ansible.builtin.apt: