Skip to content

Instantly share code, notes, and snippets.

@brunocarvalhodearaujo
Created February 26, 2021 13:02
Show Gist options
  • Save brunocarvalhodearaujo/38e2a36a35e712dcda0fb5ff225df884 to your computer and use it in GitHub Desktop.
Save brunocarvalhodearaujo/38e2a36a35e712dcda0fb5ff225df884 to your computer and use it in GitHub Desktop.
Exemplos de introdução ao Ansible
- 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