Add Docker pull command for hello-world image in playbook.yml

This commit is contained in:
vvzvlad 2025-01-19 18:09:09 +03:00
parent cccbc07db1
commit 04efc25a48

View File

@ -137,6 +137,9 @@
- name: Docker login - name: Docker login
ansible.builtin.shell: docker login -u {{ docker_username }} -p {{ docker_password }} ansible.builtin.shell: docker login -u {{ docker_username }} -p {{ docker_password }}
- name: Docker pull hello-world
ansible.builtin.shell: docker pull ritualnetwork/hello-world-infernet:latest
# - name: Update journald log SystemMaxUse=2G configuration # - name: Update journald log SystemMaxUse=2G configuration
# ansible.builtin.lineinfile: # ansible.builtin.lineinfile:
# path: /etc/systemd/journald.conf # path: /etc/systemd/journald.conf