19 lines
662 B
Markdown
19 lines
662 B
Markdown
# Proxmox nag removal playbook
|
|
|
|
This playbook applies the same proxmox subscription nag patch pattern as the archived upstream task file:
|
|
|
|
- upstream reference: `https://raw.githubusercontent.com/ironicbadger/ansible-role-proxmox-nag-removal/refs/heads/master/tasks/remove-nag.yml`
|
|
|
|
Update the example hosts in `inventory.ini`, then run:
|
|
|
|
```bash
|
|
ansible-playbook -i inventory.ini remove-proxmox-nag.yml
|
|
```
|
|
|
|
Notes:
|
|
|
|
- it targets the `proxmox` inventory group
|
|
- it keeps a one-time remote backup at `proxmoxlib.js.bak`
|
|
- it also enables Ansible's `backup: true` on each replace operation
|
|
- it restarts `pveproxy` only if one of the replacements changes the file
|