Refactor service deployment + upload Compose files to the server #178

Merged
samsapti merged 24 commits from compose-files into main 2023-12-09 18:38:11 +00:00
Showing only changes of commit 2966e6715b - Show all commits

View file

@ -6,7 +6,8 @@
comment: "{{ item.comment }}"
password: "{{ item.password }}"
groups: "{{ item.groups }}"
update_password: "always"
update_password: always
shell: /bin/bash
loop: "{{ users | default([]) }}"
- name: "Add ssh authorized_keys"