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.
jenkins-master
Dustin 2018-08-01 22:13:53 -05:00
parent b4bcb12750
commit 507eec6565
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ pipeline {
steps { steps {
ansiblePlaybook \ ansiblePlaybook \
playbook: 'dhcpcd.yml', playbook: 'dhcpcd.yml',
limit: 'dch-gw',
become: true, become: true,
credentialsId: 'jenkins-ssh', credentialsId: 'jenkins-ssh',
vaultCredentialsId: 'ansible-vault', vaultCredentialsId: 'ansible-vault',