removed wordpress installation

This commit is contained in:
2023-12-18 00:16:56 +01:00
parent 83faa546ab
commit bcf0e2317b
2 changed files with 9 additions and 3 deletions

View File

@@ -33,5 +33,4 @@ all:
opensourcepos_hosts:
hosts:
wordpress_hosts:
hosts:
10.11.12.35:
hosts:

View File

@@ -90,4 +90,11 @@
become: true
roles:
- opensourcepos
tags: opensourcepos
tags: opensourcepos
- name: Configure Wordpress
hosts: wordpress_hosts
become: true
roles:
- wordpress
tags: wordpress