Rearrange playbooks, add Linux specific ones
This commit is contained in:
parent
876db8ecfb
commit
3b31dc06fe
3
playbooks/Linux.yaml
Normal file
3
playbooks/Linux.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
- import_playbook: LinuxCLI.yaml
|
||||
- import_playbook: UnixGUI.yaml
|
5
playbooks/LinuxCLI.yaml
Normal file
5
playbooks/LinuxCLI.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: gdb
|
||||
- role: system-info
|
@ -8,8 +8,6 @@
|
||||
- role: zsh
|
||||
- role: neovim
|
||||
- role: tmux
|
||||
- role: system-info
|
||||
when: '"WSL" not in ansible_kernel'
|
||||
|
||||
- role: ag
|
||||
- role: bash
|
||||
@ -30,10 +28,5 @@
|
||||
- role: wget
|
||||
- role: yq
|
||||
|
||||
- role: gdb
|
||||
when: ansible_os_family != "Darwin"
|
||||
- role: llvm
|
||||
- role: nodejs
|
||||
|
||||
- role: wsl
|
||||
when: '"WSL" in ansible_kernel'
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
- import_playbook: UnixCLI.yaml
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: 1password
|
||||
|
@ -1,3 +1,6 @@
|
||||
---
|
||||
- import_playbook: Unix.yaml
|
||||
- import_playbook: Windows.yaml
|
||||
- import_playbook: UnixCLI.yaml
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: gdb
|
||||
- role: wsl
|
||||
|
@ -1,4 +1,8 @@
|
||||
---
|
||||
- import_playbook: UnixCLI.yaml
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: system-info
|
||||
- import_playbook: UnixGUI.yaml
|
||||
- hosts: localhost
|
||||
roles:
|
||||
|
Loading…
x
Reference in New Issue
Block a user