From c5e237b9ff45f79df9e97a4e14022163ba8f0d3b Mon Sep 17 00:00:00 2001 From: ytshih Date: Thu, 19 Dec 2024 10:27:37 +0800 Subject: [PATCH] Feat: add helper scripts --- README.md | 2 +- playbooks/install.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e10da8a..2da2bc3 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ dns_suffix: example.com ## Import Users -- Create a username / password mapping in `/srv/cms/passwd`. +- Create a username / password mapping in `/srv/cms/passwd`. \ e.g. ``` 111550087 ThisIsARandomPassword diff --git a/playbooks/install.yml b/playbooks/install.yml index 2223264..9419a93 100644 --- a/playbooks/install.yml +++ b/playbooks/install.yml @@ -7,3 +7,4 @@ - role: cms_preparation - role: setup_database - role: configure_cms + - role: add_helper_scripts