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
This commit is contained in:
parent
0484e29576
commit
490df68885
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user