Cleanup files, add comments

This commit is contained in:
2020-06-12 00:35:55 -04:00
parent 1076427f84
commit a64ff73f1f
18 changed files with 35 additions and 170 deletions

View File

@@ -1,5 +1,5 @@
---
- hosts: core
- hosts: nginx-server
become: yes
tasks:
- name: Ensure package lists are up-to-date

View File

@@ -1,5 +1,5 @@
---
- hosts: bookstack
- hosts: docker-host
become: yes
tasks:
- name: Create backup directory if it doesn't exist

View File

@@ -1,5 +1,5 @@
---
- hosts: hexo
- hosts: dev
become: yes
tasks:
- name: Backup Hexo files

View File

@@ -1,6 +1,6 @@
---
- name: Install Hexo static site generator
hosts: hexo
hosts: dev
become: yes
tasks:
- name: Update apt sources and install npm