Bunch more work on infinoted

This commit is contained in:
Kevin Fenzi 2015-10-09 23:07:57 +00:00
parent 343e31a903
commit 1c254ae9a1
6 changed files with 70 additions and 0 deletions

View file

@ -0,0 +1 @@
infinote.git

View file

@ -25,6 +25,10 @@
copy: src=cgit-projects-batcave dest=/etc/cgit-projects-batcave mode=0644
when: inventory_hostname.startswith('batcave')
- name: install the file for infinote
copy: src=cgit-projects-infinote dest=/etc/cgit-projects-infinote mode=0644
when: inventory_hostname.startswith('infinote')
- name: install the cron job
cron: >
name="make-cgit-pkgs-list" cron_file="ansible-make-cgit-pkgs-list"