cleanups for meridia and dibella
This commit is contained in:
+6
-14
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user