mirror of
https://github.com/fscotto/infra.git
synced 2026-09-27 19:03:47 +00:00
* Add Atlas media and storage services * Document Atlas backend phase one and WireGuard deployment * Enable Atlas NAS management and document bootstrap workflow * Harden Atlas network, SSH, firewall, and sharing * Rotate Ansible Vault secrets * Allow configurable Aegis SSH users and authorized keys * Manage Aegis SSH authorized key fragments * Manage SSH authorized key fragments for infrastructure hosts * Harden Rocky storage and sharing configuration * Verify WireGuard handshakes and restore Podman networking
22 lines
596 B
YAML
22 lines
596 B
YAML
---
|
|
- name: Import Atlas account tasks
|
|
ansible.builtin.import_tasks: account.yml
|
|
|
|
- name: Import Atlas 45Drives tasks
|
|
ansible.builtin.import_tasks: cockpit.yml
|
|
|
|
- name: Import Atlas network hardening tasks
|
|
ansible.builtin.import_tasks: hardening.yml
|
|
|
|
- name: Import Atlas pool bootstrap tasks
|
|
ansible.builtin.import_tasks: pool.yml
|
|
|
|
- name: Import Atlas storage tasks
|
|
ansible.builtin.import_tasks: storage.yml
|
|
|
|
- name: Import Atlas file sharing tasks
|
|
ansible.builtin.import_tasks: sharing.yml
|
|
|
|
- name: Import Atlas media-container tasks
|
|
ansible.builtin.import_tasks: containers.yml
|