adding ansible playbook

pull/1/head
Cian Hatton 3 years ago
parent c37c37b5c9
commit 491e0d1bf6

@ -0,0 +1,12 @@
---
- hosts: servers
tasks:
- name: Git checkout
ansible.builtin.git:
repo: 'https://github.com/chatton/HomeLab.git'
dest: /home/cianhatton/checkouts/HomeLab
force: true
version: master
- name: Restart Dashy
ansible.builtin.command: docker restart dashy

@ -23,6 +23,9 @@ sections:
- title: Glances
icon: hl-glances
url: "http://qnap:8083"
- title: Glances
icon: hl-glances
url: "http://qnap:8083"
- name: Media Stack
items:
- title: Plex

Loading…
Cancel
Save