Started playbook

This commit is contained in:
Mike Wilson
2022-12-15 18:45:36 -05:00
parent a38476704c
commit 9af3251cee
5 changed files with 23 additions and 1 deletions

7
ansible/main.yml Normal file
View File

@@ -0,0 +1,7 @@
- hosts: pve-docker
roles:
- role: geerlingguy.docker
become: true
become_method: community.general.doas
vars:
docker_users: "{{ user }}"