From b1673e06b80915d7dce1ffad960985ac247bf1f1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 5 Jun 2015 21:18:58 +0000 Subject: [PATCH] Remove db-qa01 from here, it only has postgresql dbs now. --- playbooks/groups/mariadb-server.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/mariadb-server.yml b/playbooks/groups/mariadb-server.yml index 9943e66e51..d3d7a5d736 100644 --- a/playbooks/groups/mariadb-server.yml +++ b/playbooks/groups/mariadb-server.yml @@ -3,7 +3,7 @@ # NOTE: most of these vars_path come from group_vars/backup_server or from hostvars - name: make mariadb-server instance - hosts: db-qa01.qa.fedoraproject.org:db03.phx2.fedoraproject.org:db03.stg.phx2.fedoraproject.org + hosts: db03.phx2.fedoraproject.org:db03.stg.phx2.fedoraproject.org user: root gather_facts: False @@ -21,7 +21,7 @@ # Once the instance exists, configure it. - name: configure mariadb server system - hosts: db-qa01.qa.fedoraproject.org:db03.phx2.fedoraproject.org:db03.stg.phx2.fedoraproject.org + hosts: db03.phx2.fedoraproject.org:db03.stg.phx2.fedoraproject.org user: root gather_facts: True