Add Docker pull command for hello-world image in playbook.yml
This commit is contained in:
parent
cccbc07db1
commit
04efc25a48
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user