summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2020-02-26 01:54:11 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2020-02-26 01:54:41 +0300
commitf40ae0248fd210bc4d506064d8d7c8fc248ebd63 (patch)
tree3bbde2900e0c2d2f879637882fdff55e0c1472a2 /Jenkinsfile
parentInitial commit. (diff)
downloadansible-ping-f40ae0248fd210bc4d506064d8d7c8fc248ebd63.tar.gz
Jenkinsfile: Update.HEADmaster
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index d16b93b..22cc652 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -11,7 +11,7 @@ pipeline {
tasks:
- ping:
'''
- ansiblePlaybook playbook: 'main.yml'
+ sh (["ansible-playbook", "--limit", "'majordomo:!router-miran1.intr:!vpn-dh.majordomo.ru:!router4.intr!:!deprecated'", "main.yml"].join(" "))
}
}
}