added playbook and ansible auto exec
This commit is contained in:
@@ -2,4 +2,5 @@ pacman-key --init
|
||||
pacman-key --populate
|
||||
pacman -Sy --noconfirm git ansible
|
||||
git clone https://gitea.maiertobi.de/tobimai/setup_ansible_playbooks.git install
|
||||
cd install
|
||||
cd install
|
||||
ansible-playbook playbook.yml
|
||||
|
||||
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