Compare commits
2 Commits
69cb941a85
...
01c1ca74a3
Author | SHA1 | Date | |
---|---|---|---|
01c1ca74a3 | |||
f4bcbbbe09 |
@ -15,3 +15,6 @@
|
|||||||
- role: llvm
|
- role: llvm
|
||||||
- role: nodejs
|
- role: nodejs
|
||||||
- role: python
|
- role: python
|
||||||
|
|
||||||
|
- role: wsl
|
||||||
|
when: '"WSL" in ansible_kernel'
|
3
WSL.yaml
Normal file
3
WSL.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
- import_playbook: Unix.yaml
|
||||||
|
- import_playbook: Windows.yaml
|
10
Windows.yaml
10
Windows.yaml
@ -1,14 +1,4 @@
|
|||||||
---
|
---
|
||||||
- import_playbook: unix.yaml
|
|
||||||
|
|
||||||
- hosts: localhost
|
|
||||||
|
|
||||||
# FIXME: Roles which depend on the win_git module can't be in the same
|
|
||||||
# playbook on the first run because the wsl role hasn't added the win_git
|
|
||||||
# module to the modules path yet.
|
|
||||||
roles:
|
|
||||||
- role: wsl
|
|
||||||
|
|
||||||
- hosts: windows
|
- hosts: windows
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- name: install choco package
|
- name: install chocolatey package
|
||||||
win_chocolatey:
|
win_chocolatey:
|
||||||
name: ag
|
name: ag
|
||||||
state: latest
|
state: latest
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- name: install choco packages
|
- name: install chocolatey packages
|
||||||
win_chocolatey:
|
win_chocolatey:
|
||||||
name: neovim
|
name: neovim
|
||||||
state: latest
|
state: latest
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- name: install choco package
|
- name: install chocolatey package
|
||||||
win_chocolatey:
|
win_chocolatey:
|
||||||
name: nodejs
|
name: nodejs
|
||||||
state: latest
|
state: latest
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- name: install choco package
|
- name: install chocolatey package
|
||||||
win_chocolatey:
|
win_chocolatey:
|
||||||
name: tree
|
name: tree
|
||||||
state: latest
|
state: latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user