Add dabapps-specific config
This commit is contained in:
parent
beef58bcc5
commit
58aab55090
2 changed files with 17 additions and 0 deletions
|
@ -17,3 +17,5 @@
|
||||||
- import_tasks: tasks/yaourt.yml
|
- import_tasks: tasks/yaourt.yml
|
||||||
- import_tasks: tasks/fonts.yml
|
- import_tasks: tasks/fonts.yml
|
||||||
- import_tasks: tasks/autostart.yml
|
- import_tasks: tasks/autostart.yml
|
||||||
|
- import_tasks: tasks/dabapps.yml
|
||||||
|
when: ansible_fqdn == "TOO-Work"
|
||||||
|
|
15
tasks/dabapps.yml
Normal file
15
tasks/dabapps.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
- name: "DabApps Dotfiles"
|
||||||
|
git:
|
||||||
|
repo: git@github.com:dabapps/dotfiles
|
||||||
|
dest: /home/jake/Projects/dotfiles
|
||||||
|
force: true
|
||||||
|
become: true
|
||||||
|
become_user: jake
|
||||||
|
|
||||||
|
- file:
|
||||||
|
src: /home/jake/Projects/dotfiles/.editorconfig
|
||||||
|
dest: /home/jake/Projects/.editorconfig
|
||||||
|
mode: 0644
|
||||||
|
owner: jake
|
||||||
|
state: link
|
||||||
|
force: true
|
Loading…
Reference in a new issue