basic package install

This commit is contained in:
Gianmarco Pettinato 2021-12-24 11:17:59 +01:00
parent ce6b463315
commit 2ddd7275f0
2 changed files with 15 additions and 0 deletions

0
invertory.ini Normal file
View File

15
local.yml Normal file
View File

@ -0,0 +1,15 @@
---
- hosts: localhost
connection: local
become: true
tasks:
- name: Basic dev install
package:
name:
- git
- nodejs
- npm
- typescript
- zsh
- vscode