Skip to content
Snippets Groups Projects
Commit cc23f4ea authored by Lars Beckers's avatar Lars Beckers
Browse files

wordpress role: make use of pass module

parent a3ed3989
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
- wordpress
- name: "get database password for {{ wordpress_name }}"
local_action: "shell PASSWORD_STORE_DIR=$FSMPI_PASSWORD_STORE_DIR pass db/{{ wordpress_dbhost }}-{{ wordpress_dbtype }} | head -n 1"
local_action: "pass store=FSMPI_PASSWORD_STORE_DIR name=db/{{ wordpress_dbhost }}-{{ wordpress_dbtype }} limit=True"
register: wordpress_db_login_password
tags:
- config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment