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.
This commit is contained in:
2018-08-01 22:13:53 -05:00
parent b4bcb12750
commit 507eec6565

View File

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