15 lines
557 B
YAML
15 lines
557 B
YAML
---
|
|
- name: Deprecated Proxmox CT bootstrap path
|
|
hosts: proxmox
|
|
gather_facts: false
|
|
|
|
tasks:
|
|
- name: Stop deprecated Python-era CT bootstrap
|
|
ansible.builtin.fail:
|
|
msg: >-
|
|
ansible/provision_proxmox_ct_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.
|