Skip to content

Instantly share code, notes, and snippets.

@xNok
Created February 13, 2022 16:48
Show Gist options
  • Save xNok/7f50ffa8eab0813b7612f9a4932bd6bc to your computer and use it in GitHub Desktop.
Save xNok/7f50ffa8eab0813b7612f9a4932bd6bc to your computer and use it in GitHub Desktop.
- name: This is a hello-world example
hosts: all
tasks:
- name: Create a file called '/tmp/testfile.txt' with the content 'hello world'.
copy:
content: hello-world
dest: /tmp/testfilprovisioning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment