cleanups for meridia and dibella

This commit is contained in:
2026-07-19 18:38:11 +02:00
parent 878f7dfa75
commit 0baf933c7c
7 changed files with 19 additions and 68 deletions
+6 -14
View File
@@ -1,12 +1,12 @@
- name: Preprovisioning
hosts: all:!cloud
hosts: all
become: true
tasks:
- import_tasks: tasks/preprovision.yml
handlers:
- import_tasks: handlers/main.yml
- name: Provision all hosts
hosts: all:!cloud
hosts: all
become: true
remote_user: nerevar
tasks:
@@ -47,7 +47,7 @@
- name: Update
include_tasks: tasks/update_debian.yml
- name: Update Arch hosts
hosts: arch:!cloud
hosts: arch
become: true
remote_user: nerevar
tasks:
@@ -60,7 +60,7 @@
- name: Update
include_tasks: tasks/install_docker_debian.yml
- name: Add utility scripts
hosts: all:!cloud
hosts: all
become: true
remote_user: nerevar
tasks:
@@ -79,7 +79,7 @@
tasks:
- import_tasks: tasks/zsh.yml
- name: Install tmux
hosts: all:!cloud
hosts: all
become: true
remote_user: nerevar
tasks:
@@ -106,15 +106,7 @@
tags:
- leaf
- backup
- name: Backup sources (cloud hosts)
hosts: cloud
become: true
tasks:
- import_tasks: tasks/backup_source.yml
tags:
- leaf
- backup
- name: Akatosh install (replacement cloud server)
- name: Akatosh install
hosts: akatosh
become: true
remote_user: nerevar