Started adding odo linux to ansible.

This commit is contained in:
Tom Alexander
2022-10-10 21:50:39 -04:00
parent 0f8bf0b723
commit a271d1c756
4 changed files with 18 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
os_flavor: "linux"
users:
talexander:
per_user: true
initialize: true
uid: 11235
gid: 1000
groups:
- name: wheel
- name: users
- name: docker
- name: libvirt

View File

@@ -0,0 +1,2 @@
[gui]
odolinux ansible_connection=local ansible_host=127.0.0.1