Created
February 25, 2022 13:19
-
-
Save amaurybsouza/65298fb8fb0b24a8dedef86090bd50be to your computer and use it in GitHub Desktop.
ansible_playbooks-example01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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