diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2020-02-26 01:54:11 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2020-02-26 01:54:41 +0300 |
| commit | f40ae0248fd210bc4d506064d8d7c8fc248ebd63 (patch) | |
| tree | 3bbde2900e0c2d2f879637882fdff55e0c1472a2 /Jenkinsfile | |
| parent | Initial commit. (diff) | |
| download | ansible-ping-master.tar.gz | |
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 2 |
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(" ")) } } } |
