Skip to content

Instantly share code, notes, and snippets.

@amaurybsouza
Created February 25, 2022 14:25
Show Gist options
  • Save amaurybsouza/ea3d3c772d7d50ace2923b879dbf242d to your computer and use it in GitHub Desktop.
Save amaurybsouza/ea3d3c772d7d50ace2923b879dbf242d to your computer and use it in GitHub Desktop.
ansible_playbooks_example03
$ ansible-playbook playbooks/install_docker.yml --start-at-task="Ensure Docker is running"
PLAY [my playbook] *******************************************************************************************************************************************************
TASK [Ensure Docker is running] ******************************************************************************************************************************************
ok: [localhost]
PLAY RECAP ***************************************************************************************************************************************************************
localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment