From bcf0e2317b76628dd7e6f719e6d050516ebdcb55 Mon Sep 17 00:00:00 2001 From: Simon Zernisch Date: Mon, 18 Dec 2023 00:16:56 +0100 Subject: [PATCH] removed wordpress installation --- hosts.yml | 3 +-- main.yml | 9 ++++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/hosts.yml b/hosts.yml index c1cb925..4e65c51 100644 --- a/hosts.yml +++ b/hosts.yml @@ -33,5 +33,4 @@ all: opensourcepos_hosts: hosts: wordpress_hosts: - hosts: - 10.11.12.35: \ No newline at end of file + hosts: \ No newline at end of file diff --git a/main.yml b/main.yml index 67885d0..f57315d 100644 --- a/main.yml +++ b/main.yml @@ -90,4 +90,11 @@ become: true roles: - opensourcepos - tags: opensourcepos \ No newline at end of file + tags: opensourcepos + +- name: Configure Wordpress + hosts: wordpress_hosts + become: true + roles: + - wordpress + tags: wordpress \ No newline at end of file