pipeline { agent none node { ansiblePlaybook( playbook: 'main.yaml', credentialsId: 'onedrop-vetinari' ) } }