Ansible roles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
308 B

---
- name: Install PBS
apt:
name:
- proxmox-backup-server
policy_rc_d: 101 # Prevent the daemon from starting automatically after install
tags: pbs
- name: Install dehydrated hook
template: src=dehydrated_hook.sh.j2 dest=/etc/dehydrated/hooks_deploy_cert.d/pbs.sh mode=755
tags: pbs