mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-02-26 15:57:41 +00:00
Docker deployment for tohtori and some refactoring
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
- name: create users
|
||||
user: >
|
||||
name={{ item.name }}
|
||||
groups=admin
|
||||
groups=admin,docker
|
||||
shell=/bin/bash
|
||||
password={{ item.password }}
|
||||
with_items: users
|
||||
|
||||
Reference in New Issue
Block a user