chore: Remove comments
This commit is contained in:
+16
-16
@@ -1,23 +1,23 @@
|
|||||||
---
|
---
|
||||||
# - hosts: localhost
|
- hosts: localhost
|
||||||
# become: yes
|
become: yes
|
||||||
# roles:
|
roles:
|
||||||
# - role: arr/provision/delete
|
- role: arr/provision/delete
|
||||||
# - role: arr/provision/create
|
- role: arr/provision/create
|
||||||
# - role: arr/provision/start
|
- role: arr/provision/start
|
||||||
# vars:
|
vars:
|
||||||
# vmid: 616
|
vmid: 616
|
||||||
|
|
||||||
# - hosts: impa
|
- hosts: impa
|
||||||
# become: yes
|
become: yes
|
||||||
# roles:
|
roles:
|
||||||
# - role: arr/enable-ssh
|
- role: arr/enable-ssh
|
||||||
# vars:
|
vars:
|
||||||
# vmid: 616
|
vmid: 616
|
||||||
|
|
||||||
- hosts: arr
|
- hosts: arr
|
||||||
become: yes
|
become: yes
|
||||||
roles:
|
roles:
|
||||||
# - role: arr/update
|
- role: arr/update
|
||||||
# - role: arr/install-docker
|
- role: arr/install-docker
|
||||||
- role: arr/install-app
|
- role: arr/install-app
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
become: yes
|
become: yes
|
||||||
roles:
|
roles:
|
||||||
# - role: cloudflare-ddns/provision/delete
|
- role: cloudflare-ddns/provision/delete
|
||||||
- role: cloudflare-ddns/provision/create
|
- role: cloudflare-ddns/provision/create
|
||||||
- role: cloudflare-ddns/provision/start
|
- role: cloudflare-ddns/provision/start
|
||||||
|
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
become: yes
|
become: yes
|
||||||
roles:
|
roles:
|
||||||
# - role: dahua-to-mqtt/provision/delete
|
- role: dahua-to-mqtt/provision/delete
|
||||||
# - role: dahua-to-mqtt/provision/create
|
- role: dahua-to-mqtt/provision/create
|
||||||
- role: dahua-to-mqtt/provision/start
|
- role: dahua-to-mqtt/provision/start
|
||||||
vars:
|
vars:
|
||||||
vmid: 608
|
vmid: 608
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
# - hosts: localhost
|
- hosts: localhost
|
||||||
# become: yes
|
become: yes
|
||||||
# roles:
|
roles:
|
||||||
# - role: folding/provision/delete
|
- role: folding/provision/delete
|
||||||
# - role: folding/provision/create
|
- role: folding/provision/create
|
||||||
# - role: folding/provision/start
|
- role: folding/provision/start
|
||||||
# vars:
|
vars:
|
||||||
# vmid: 610
|
vmid: 610
|
||||||
|
|
||||||
- hosts: hyrule
|
- hosts: hyrule
|
||||||
become: yes
|
become: yes
|
||||||
|
|||||||
+28
-28
@@ -1,38 +1,38 @@
|
|||||||
---
|
---
|
||||||
# - hosts: k3s_cluster
|
- hosts: k3s_cluster
|
||||||
# gather_facts: yes
|
gather_facts: yes
|
||||||
# become: yes
|
become: yes
|
||||||
# roles:
|
roles:
|
||||||
# - role: prereq
|
- role: prereq
|
||||||
# - role: download
|
- role: download
|
||||||
|
|
||||||
# - hosts: master
|
- hosts: master
|
||||||
# become: yes
|
become: yes
|
||||||
# roles:
|
roles:
|
||||||
# - role: k3s/master
|
- role: k3s/master
|
||||||
|
|
||||||
# - hosts: node
|
- hosts: node
|
||||||
# become: yes
|
become: yes
|
||||||
# roles:
|
roles:
|
||||||
# - role: k3s/node
|
- role: k3s/node
|
||||||
|
|
||||||
# - hosts: master
|
- hosts: master
|
||||||
# become: yes
|
become: yes
|
||||||
# roles:
|
roles:
|
||||||
# - role: k3s/post
|
- role: k3s/post
|
||||||
|
|
||||||
# - hosts: master
|
- hosts: master
|
||||||
# become: yes
|
become: yes
|
||||||
# roles:
|
roles:
|
||||||
# - role: k3s/copy-config
|
- role: k3s/copy-config
|
||||||
|
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
become: yes
|
become: yes
|
||||||
roles:
|
roles:
|
||||||
# - role: traefik
|
- role: traefik
|
||||||
# - role: cert-manager
|
- role: cert-manager
|
||||||
# - role: authentik
|
- role: authentik
|
||||||
- role: argocd
|
- role: argocd
|
||||||
# - role: nginx
|
- role: nginx
|
||||||
# - role: arr
|
- role: arr
|
||||||
# - role: redis
|
- role: redis
|
||||||
|
|||||||
+8
-8
@@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
# - hosts: localhost
|
- hosts: localhost
|
||||||
# become: yes
|
become: yes
|
||||||
# roles:
|
roles:
|
||||||
# - role: mealie/provision/delete
|
- role: mealie/provision/delete
|
||||||
# - role: mealie/provision/create
|
- role: mealie/provision/create
|
||||||
# - role: mealie/provision/start
|
- role: mealie/provision/start
|
||||||
# vars:
|
vars:
|
||||||
# vmid: 617
|
vmid: 617
|
||||||
|
|
||||||
- hosts: impa
|
- hosts: impa
|
||||||
become: yes
|
become: yes
|
||||||
|
|||||||
+12
-12
@@ -1,19 +1,19 @@
|
|||||||
---
|
---
|
||||||
# - hosts: localhost
|
- hosts: localhost
|
||||||
# become: yes
|
become: yes
|
||||||
# roles:
|
roles:
|
||||||
# - role: swag/provision/delete
|
- role: swag/provision/delete
|
||||||
# - role: swag/provision/create
|
- role: swag/provision/create
|
||||||
# - role: swag/provision/start
|
- role: swag/provision/start
|
||||||
|
|
||||||
# - hosts: mipha
|
- hosts: mipha
|
||||||
# become: yes
|
become: yes
|
||||||
# roles:
|
roles:
|
||||||
# - role: lxc/enable-ssh
|
- role: lxc/enable-ssh
|
||||||
|
|
||||||
- hosts: swag
|
- hosts: swag
|
||||||
become: yes
|
become: yes
|
||||||
roles:
|
roles:
|
||||||
# - role: swag/update
|
- role: swag/update
|
||||||
# - role: swag/install-docker
|
- role: swag/install-docker
|
||||||
- role: swag/install-app
|
- role: swag/install-app
|
||||||
|
|||||||
Reference in New Issue
Block a user