diff --git a/invertory.ini b/invertory.ini new file mode 100644 index 0000000..e69de29 diff --git a/local.yml b/local.yml new file mode 100644 index 0000000..c7fd891 --- /dev/null +++ b/local.yml @@ -0,0 +1,15 @@ +--- +- hosts: localhost + connection: local + become: true + + tasks: + - name: Basic dev install + package: + name: + - git + - nodejs + - npm + - typescript + - zsh + - vscode \ No newline at end of file