Add roles to handle PVE nag and repos
This commit is contained in:
5
ansible/roles/pve/tasks/main.yml
Normal file
5
ansible/roles/pve/tasks/main.yml
Normal file
@ -0,0 +1,5 @@
|
||||
- name: Add no subscription repository
|
||||
apt_repository:
|
||||
repo: deb http://download.proxmox.com/debian/pve buster pve-no-subscription
|
||||
state: present
|
||||
filename: pve-no-subscription
|
Reference in New Issue
Block a user