Sync docs after playbook/structure changes
- ansible/README.md: drop removed shutdown playbook mention - CLAUDE.md: list nvidia_gpu under custom roles - sftp README: link the config notes Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -26,7 +26,7 @@ ansible/ # Global settings & configuration for all servers
|
||||
group_vars/secrets.yml # ansible-vault encrypted secrets — never commit plaintext
|
||||
run.yml # Main playbook
|
||||
playbooks/ # Utility playbooks (update.yml)
|
||||
roles/ # Custom roles (e.g. nextcloud)
|
||||
roles/ # Custom roles (nextcloud, nvidia_gpu)
|
||||
requirements.yml # External Galaxy roles (geerlingguy.*, ...)
|
||||
justfile # Task runner: just run HOST, just reqs, just vault ACTION
|
||||
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ Global configuration for all Phytron servers. Run everything from this directory
|
||||
- `hosts.ini` — inventory; one group per host (`phy_z_*`), host aliases match the real hostnames
|
||||
- `group_vars/all.yml` — defaults for all hosts; `group_vars/<group>.yml` holds per-host overrides only
|
||||
- `group_vars/secrets.yml` — ansible-vault encrypted secrets
|
||||
- `run.yml` — main playbook; `playbooks/` — utilities (update, shutdown)
|
||||
- `run.yml` — main playbook; `playbooks/` — utilities (update.yml)
|
||||
- `roles/` — custom roles; external roles come from `requirements.yml`
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -16,3 +16,7 @@ SFTP server in the DMZ for file exchange with external partners.
|
||||
## Runbooks
|
||||
|
||||
- [Add a new SFTP user](manuals/20260204-add-new-user.md)
|
||||
|
||||
## Notes
|
||||
|
||||
- [SFTP configuration notes (2026-01-30)](notes/20260130-sftp-config.md)
|
||||
|
||||
Reference in New Issue
Block a user