forked from bitlair/ansible
services: Remove flipdot
This commit is contained in:
parent
fd6cc59b48
commit
7eea8662da
7 changed files with 0 additions and 84 deletions
|
@ -1,28 +0,0 @@
|
|||
---
|
||||
- name: Install flipdot scripts
|
||||
template:
|
||||
src: "{{ item }}"
|
||||
dest: "/usr/local/bin/{{ item }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0755
|
||||
notify: restart flipdot
|
||||
with_items:
|
||||
- flipdot-reboot.sh
|
||||
- flipdot-time.sh
|
||||
|
||||
- name: Install flipdot service
|
||||
template:
|
||||
src: flipdot.service
|
||||
dest: /etc/systemd/system/flipdot.service
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
notify: restart flipdot
|
||||
|
||||
- name: Start flipdot
|
||||
systemd:
|
||||
name: flipdot
|
||||
state: started
|
||||
enabled: yes
|
||||
daemon_reload: true
|
|
@ -5,9 +5,6 @@
|
|||
- tags: services_discord_bot
|
||||
import_tasks: discord_bot.yaml
|
||||
|
||||
- tags: services_flipdot
|
||||
import_tasks: flipdot.yaml
|
||||
|
||||
- tags: services_siahsd
|
||||
import_tasks: siahsd.yaml
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue