added playbook and ansible auto exec
This commit is contained in:
8
playbook.yml
Normal file
8
playbook.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Initial installation of WSL arch
|
||||
hosts: localhost
|
||||
tasks:
|
||||
- name: test
|
||||
copy:
|
||||
content: Hello World
|
||||
dest: ./tmp.txt
|
||||
Reference in New Issue
Block a user