Add required name attribite to remote

This commit is contained in:
Nana Janashia
2021-04-03 14:22:41 +02:00
parent 91a42fc5d7
commit a9a8f554e8

View File

@@ -24,6 +24,7 @@ pipeline {
echo "executing ansible-playbook"
def remote = [:]
remote.name = "ansible-server"
remote.host = "157.230.120.252"
remote.user = "root"
remote.allowAnyHosts = true