Skip to content

Instantly share code, notes, and snippets.

@amaurybsouza
Created February 25, 2022 13:19
Show Gist options
  • Save amaurybsouza/65298fb8fb0b24a8dedef86090bd50be to your computer and use it in GitHub Desktop.
Save amaurybsouza/65298fb8fb0b24a8dedef86090bd50be to your computer and use it in GitHub Desktop.
ansible_playbooks-example01
$ ansible-playbook install_docker.yml --list-tasks
playbook: install_docker.yml
play #1 (localhost): my playbook TAGS: [Docker]
tasks:
Update all packages to their latest version TAGS: [Docker]
Install Docker on the machine TAGS: [Docker]
Ensure Docker is running TAGS: [Docker]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment