From 6dad4a33a1d6530531c6c4425f5ce24bc38958d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20V=C3=B6lkel?= Date: Sun, 23 Mar 2025 16:49:24 +0100 Subject: [PATCH] playbooks: put directus play in an own playbook --- playbooks/directus.yml | 6 ++++++ playbooks/setup_server.yml | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 playbooks/directus.yml diff --git a/playbooks/directus.yml b/playbooks/directus.yml new file mode 100644 index 0000000..7fcff66 --- /dev/null +++ b/playbooks/directus.yml @@ -0,0 +1,6 @@ +--- +- name: Create and start directus with database + hosts: vps + become: yes + roles: + - directus \ No newline at end of file diff --git a/playbooks/setup_server.yml b/playbooks/setup_server.yml index f439113..786846f 100644 --- a/playbooks/setup_server.yml +++ b/playbooks/setup_server.yml @@ -7,9 +7,3 @@ - dnf_tools - docker - create_user_with_root - -- name: Create directus with database - hosts: vps - become: yes - roles: - - directus