13 lines
497 B
YAML
13 lines
497 B
YAML
---
|
|
# Manual follow-ups after **noble.yml**: Vault init/unseal, Kubernetes auth for Vault, ESO ClusterSecretStore.
|
|
# Run: ansible-playbook playbooks/post_deploy.yml
|
|
- name: Noble cluster — post-install reminders
|
|
hosts: localhost
|
|
connection: local
|
|
gather_facts: false
|
|
vars:
|
|
noble_repo_root: "{{ playbook_dir | dirname | dirname }}"
|
|
noble_kubeconfig: "{{ lookup('env', 'KUBECONFIG') | default(noble_repo_root + '/talos/kubeconfig', true) }}"
|
|
roles:
|
|
- role: noble_post_deploy
|