Initial commit of PVC Ansible role

This commit is contained in:
2023-09-01 15:42:19 -04:00
commit 6dfaf433dc
92 changed files with 4709 additions and 0 deletions

10
pvc.yml Normal file
View File

@ -0,0 +1,10 @@
---
- hosts: all
remote_user: deploy
become: yes
roles:
- name: base
tags: base
- name: pvc
tags: pvc