Del divers

This commit is contained in:
2025-11-20 20:56:29 +01:00
parent 518cbdecd9
commit cc04914fbd
3 changed files with 4 additions and 15 deletions

7
Jenkinsfile vendored
View File

@@ -22,13 +22,6 @@ pipeline {
sh "ansible-playbook -i ${ANSIBLE_INVENTORY} ${ANSIBLE_PLAYBOOK}"
}
}
stage('Reboot PVE BACKUP') {
steps {
// Construction et exécution de la commande Ansible
sh "ansible-playbook -i ${ANSIBLE_INVENTORY_REBOOT} ${ANSIBLE_PLAYBOOK_REBOOT}"
}
}
}
post {