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