Cleanup files, add comments
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
- hosts: core
|
||||
- hosts: nginx-server
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Ensure package lists are up-to-date
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
- hosts: bookstack
|
||||
- hosts: docker-host
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Create backup directory if it doesn't exist
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
- hosts: hexo
|
||||
- hosts: dev
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Backup Hexo files
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Install Hexo static site generator
|
||||
hosts: hexo
|
||||
hosts: dev
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Update apt sources and install npm
|
||||
|
||||
Reference in New Issue
Block a user