split into roles

This commit is contained in:
Pim Kunis 2022-12-02 20:10:38 +01:00
parent 4d072894ec
commit 74b67b7e27
17 changed files with 186 additions and 110 deletions

4
playbooks/asdf.yml Normal file
View file

@ -0,0 +1,4 @@
- name: Install asdf
hosts: self
roles:
- asdf

4
playbooks/neovim.yml Normal file
View file

@ -0,0 +1,4 @@
- name: Install neovim
hosts: self
roles:
- neovim

4
playbooks/signal.yml Normal file
View file

@ -0,0 +1,4 @@
- name: Install Signal
hosts: self
roles:
- signal

4
playbooks/virtualbox.yml Normal file
View file

@ -0,0 +1,4 @@
- name: Install VirtualBox
hosts: self
roles:
- virtualbox

4
playbooks/vscodium.yml Normal file
View file

@ -0,0 +1,4 @@
- name: Install VSCodium
hosts: self
roles:
- vscodium

4
playbooks/zsh.yml Normal file
View file

@ -0,0 +1,4 @@
- name: Install zsh
hosts: self
roles:
- zsh