ci: dch-vpn: Update host filter

This commit is contained in:
2018-10-13 12:07:30 -05:00
parent 9be2c2ac92
commit bd7e9c88bf

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'