add playbook to execute all roles
This commit is contained in:
parent
74b67b7e27
commit
a7cad08237
1 changed files with 10 additions and 0 deletions
10
playbooks/all.yml
Normal file
10
playbooks/all.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
- name: Setup system
|
||||
hosts: self
|
||||
roles:
|
||||
- system
|
||||
- asdf
|
||||
- neovim
|
||||
- signal
|
||||
- virtualbox
|
||||
- vscodium
|
||||
- zsh
|
Reference in a new issue