15 lines
578 B
YAML
15 lines
578 B
YAML
---
|
|
- name: Deprecated Proxmox CT matrix bootstrap path
|
|
hosts: proxmox
|
|
gather_facts: false
|
|
|
|
tasks:
|
|
- name: Stop deprecated Python-era CT matrix bootstrap
|
|
ansible.builtin.fail:
|
|
msg: >-
|
|
ansible/provision_proxmox_ct_matrix_and_deploy_aw.yml is deprecated
|
|
because its bootstrap path copied removed Python service entrypoints.
|
|
Use the existing DetMir AW server and ansible/deploy_aw_server.yml for
|
|
the Rust application deploy. Rebuild this CT bootstrap path separately
|
|
before using it for new infrastructure.
|