From 490df688854824f74d0bd07dd7a861d0c98a0f15 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 27 Mar 2019 14:20:43 +1100 Subject: [PATCH] Use adns group in base.yaml Although we only have adns01, for testing purposes it would be handy to have another adns server in testinfra (this way, we can write tests for letsencrypt paths that don't try and execute on the existing dns testing paths). Change-Id: Ie1968660c110bdb626df637f182f1f39598e59ac --- playbooks/base.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/base.yaml b/playbooks/base.yaml index 8f82bf2e9f..84b113c55b 100644 --- a/playbooks/base.yaml +++ b/playbooks/base.yaml @@ -53,8 +53,8 @@ - puppet-install - disable-puppet-agent -- hosts: "adns1.opendev.org:!disabled" - name: "Base: configure adns1.opendev.org" +- hosts: adns:!disabled + name: "Base: configure adns server" roles: - master-nameserver