From 507eec656588429c5d922f7ac21308278853bced Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 1 Aug 2018 22:13:53 -0500 Subject: [PATCH] ci: dch-gw: Limit dhcpcd PB to dch-gw To avoid applying configuration to hosts besides the gateway, the `dhcpcd.yml` playbook needs to be limited. --- ci/dch-gw.jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/dch-gw.jenkinsfile b/ci/dch-gw.jenkinsfile index 06f0372..84eba2d 100644 --- a/ci/dch-gw.jenkinsfile +++ b/ci/dch-gw.jenkinsfile @@ -38,6 +38,7 @@ pipeline { steps { ansiblePlaybook \ playbook: 'dhcpcd.yml', + limit: 'dch-gw', become: true, credentialsId: 'jenkins-ssh', vaultCredentialsId: 'ansible-vault',