added vault nfs mount
This commit is contained in:
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@@ -33,10 +33,15 @@ pipeline {
|
||||
description: 'Install Docker and Docker Compose'
|
||||
)
|
||||
booleanParam(
|
||||
name: 'INSTALL_NFS',
|
||||
name: 'INSTALL_NFS_FOLDER',
|
||||
defaultValue: false,
|
||||
description: 'Install NFS and mount NFSFolder'
|
||||
)
|
||||
booleanParam(
|
||||
name: 'INSTALL_NFS_VAULT',
|
||||
defaultValue: false,
|
||||
description: 'Install NFS and mount vault share'
|
||||
)
|
||||
}
|
||||
|
||||
environment {
|
||||
@@ -200,7 +205,8 @@ all:
|
||||
ansible-playbook playbooks/configure.yml \
|
||||
-i temp_inventory.yml \
|
||||
-e "install_docker=${params.INSTALL_DOCKER}" \
|
||||
-e "install_nfs=${params.INSTALL_NFS}"
|
||||
-e "install_nfs_folder=${params.INSTALL_NFS_FOLDER}" \
|
||||
-e "install_nfs_vault=${params.INSTALL_NFS_VAULT}"
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user