Created
February 26, 2021 13:02
-
-
Save brunocarvalhodearaujo/38e2a36a35e712dcda0fb5ff225df884 to your computer and use it in GitHub Desktop.
Exemplos de introdução ao Ansible
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
- hosts: all | |
user: admin | |
tasks: | |
- name: Criando uma pasta na home do usuário | |
command: mkdir ~/exemplo | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment