roles/common: Add task to copy tarsnaprc

One less thing to do manually after server provisioning, and there is
nothing sensitive in here anyways.
This commit is contained in:
2018-05-20 12:51:02 +03:00
parent c29d37c159
commit 131420be17
2 changed files with 50 additions and 0 deletions

View File

@ -9,4 +9,7 @@
- name: Install tarsnap
apt: pkg=tarsnap update_cache=yes
- name: Copy tarsnaprc
copy: src=tarsnaprc dest=/root/.tarsnaprc owner=root group=root mode=0600
# vim: set sw=2 ts=2: