Add roles to handle PVE nag and repos

This commit is contained in:
Jake Howard 2021-01-09 23:21:35 +00:00
parent 6dd86ea870
commit b40266b276
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,5 @@
- src: geerlingguy.docker
- src: geerlingguy.ntp
- src: realorangeone.reflector
- src: https://github.com/IronicBadger/ansible-role-proxmox-nag-removal
name: proxmox-nag-removal

View File

@ -59,3 +59,9 @@
- hosts: ingress
roles:
- ingress
- hosts: pve
roles:
- role: proxmox-nag-removal
become: true
- pve

View 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