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