[ansible] added deploy role

This commit is contained in:
2018-03-28 16:38:16 +03:00
parent f6ebec32ca
commit 6d2a1a002b
26 changed files with 129 additions and 139 deletions

View File

@@ -1,5 +0,0 @@
- name: install tankz systemd unit file
template: src=template/tankz.j2 dest=/etc/systemd/system/tankz.service
- name: start tankz
systemd: state=started name=tankz daemon_reload=yes