opruimin
This commit is contained in:
+2
-17
@@ -46,8 +46,9 @@
|
||||
tasks:
|
||||
- name: Update
|
||||
include_tasks: tasks/update_debian.yml
|
||||
# azura werkt niet echt mee met updates op het moment
|
||||
- name: Update Arch hosts
|
||||
hosts: arch
|
||||
hosts: arch:!azura
|
||||
become: true
|
||||
remote_user: nerevar
|
||||
tasks:
|
||||
@@ -65,13 +66,6 @@
|
||||
remote_user: nerevar
|
||||
tasks:
|
||||
- import_tasks: tasks/scripts.yml
|
||||
# - name: Add Nocturnal SMB share
|
||||
# hosts: home
|
||||
# vars_files:
|
||||
# - vault/nocturnal.yml
|
||||
# become: true
|
||||
# tasks:
|
||||
# - import_tasks: tasks/nocturnal_smb.yml
|
||||
- name: Setup zsh
|
||||
hosts: debian
|
||||
become: true
|
||||
@@ -90,7 +84,6 @@
|
||||
remote_user: nerevar
|
||||
tasks:
|
||||
- import_tasks: tasks/vcmp_timer.yml
|
||||
- import_tasks: tasks/audiobookshelf.yml
|
||||
- import_tasks: tasks/stash.yml
|
||||
- import_tasks: tasks/jellyfin.yml
|
||||
- import_tasks: tasks/wireguard.yml
|
||||
@@ -137,14 +130,6 @@
|
||||
handlers:
|
||||
- import_tasks: handlers/main.yml
|
||||
tags: leaf
|
||||
- name: Vaermina install
|
||||
hosts: vaermina
|
||||
become: true
|
||||
remote_user: nerevar
|
||||
tasks:
|
||||
- import_tasks: tasks/pihole.yml
|
||||
- import_tasks: tasks/mediawiki.yml
|
||||
tags: leaf
|
||||
- name: Kynareth install
|
||||
hosts: kynareth
|
||||
become: true
|
||||
|
||||
Reference in New Issue
Block a user