Upload files to "/"
commit
e493e3560b
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- git
|
||||
- go
|
||||
- zig
|
||||
- fish
|
||||
- kakoune
|
||||
- tmux
|
||||
- mysql-5-7
|
||||
- rust
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
ansible-galaxy install -r requirements.yml -f
|
||||
ansible-playbook local.yml
|
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
- name: git
|
||||
src: git@github.com:xxxxxx/ansible-role-git.git
|
||||
scm: git
|
||||
- name: go
|
||||
src: git@github.com:xxxxxx/ansible-role-go.git
|
||||
scm: git
|
||||
- name: zig
|
||||
src: git@github.com:xxxxxx/ansible-role-zig.git
|
||||
scm: git
|
||||
- name: kakoune
|
||||
src: git@github.com:xxxxxx/ansible-role-kakoune.git
|
||||
scm: git
|
||||
- name: tmux
|
||||
src: git@github.com:xxxxxx/ansible-role-tmux.git
|
||||
scm: git
|
||||
- name: fish
|
||||
src: git@github.com:xxxxxx/ansible-role-fish.git
|
||||
scm: git
|
||||
- name: mysql-5-7
|
||||
src: git@github.com:xxxxxx/ansible-role-mysql-5-7.git
|
||||
scm: git
|
||||
- name: rust
|
||||
src: git@github.com:xxxxxx/ansible-role-rust.git
|
||||
scm: git
|
Loading…
Reference in New Issue