ci: dch-vpn: Update host filter

jenkins-master
Dustin 2018-10-13 12:07:30 -05:00
parent 9be2c2ac92
commit bd7e9c88bf
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ pipeline {
steps {
ansiblePlaybook \
playbook: 'remount.yml',
limit: 'dch-gw',
limit: 'dch-vpn',
become: true,
credentialsId: 'jenkins-ssh',
vaultCredentialsId: 'ansible-vault',
@ -50,7 +50,7 @@ pipeline {
steps {
ansiblePlaybook \
playbook: 'remount.yml',
limit: 'dch-gw',
limit: 'dch-vpn',
become: true,
credentialsId: 'jenkins-ssh',
vaultCredentialsId: 'ansible-vault'