Add user 'virti' to run libvirt VMs.
This commit is contained in:
parent
47df035a3e
commit
fd7f34e380
2 changed files with 13 additions and 3 deletions
|
@ -46,3 +46,13 @@
|
|||
## Choose either gnome or KDE:
|
||||
- gnome
|
||||
#- kde
|
||||
|
||||
tasks:
|
||||
- name: Add local user 'virti' in the 'libvirt' group
|
||||
ansible.builtin.user:
|
||||
name: virti
|
||||
password: $y$j9T$DuSvAO63v5LvoJmJ1rB0B0$D4tovIz79AdLHs5I6tYa7rxr3SWknQeUFvGaaKvUpo3
|
||||
comment: Libvirt VM User,,,
|
||||
shell: /bin/bash
|
||||
groups: libvirt
|
||||
append: yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue