generated from the-liberated-edge/wikijs
simplify project folder structure
This commit is contained in:
8
roles/linux_container/tasks/ume.yml
Normal file
8
roles/linux_container/tasks/ume.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: change root user password in container
|
||||
ansible.builtin.shell:
|
||||
cmd: |-
|
||||
lxc exec {{ lte_container_name }} -- \
|
||||
bash -c \
|
||||
'echo "root:{{ lte_container_root_pwd }}" | chpasswd'
|
||||
changed_when: false
|
||||
Reference in New Issue
Block a user