roles: refactor roles to start a docker container with directus and psotgresql database, add text-editor tool
This commit is contained in:
parent
e17f194745
commit
7bdbf243f2
16 changed files with 249 additions and 157 deletions
|
|
@ -3,8 +3,8 @@
|
|||
hosts: almalinux-user
|
||||
become: yes
|
||||
vars_prompt:
|
||||
- name: "username"
|
||||
prompt: "Please enter the username to be created"
|
||||
- name: "user_name"
|
||||
prompt: "Please enter the user_name to be created"
|
||||
private: no # Der Benutzername wird sichtbar eingegeben
|
||||
- name: "user_password"
|
||||
prompt: "Please enter the password for the new user"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue