Riesenie ulohy pre DEVOPS SKIT
This commit is contained in:
7
roles/geerlingguy.docker/tasks/docker-users.yml
Normal file
7
roles/geerlingguy.docker/tasks/docker-users.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Ensure docker users are added to the docker group.
|
||||
user:
|
||||
name: "{{ item }}"
|
||||
groups: docker
|
||||
append: true
|
||||
with_items: "{{ docker_users }}"
|
||||
Reference in New Issue
Block a user