audit dynamic inventory options in jenkinsfiles

This commit is contained in:
2025-10-12 21:10:27 -07:00
parent 22b4ef4336
commit 4c1e9ca914
26 changed files with 115 additions and 83 deletions

View File

@ -57,14 +57,13 @@ pipeline {
cd /var/jenkins_home/ansible
ansible-playbook -i \$inventory_file \
/var/jenkins_home/ansible/playbooks/cosmos-console.yaml --ssh-common-args='-o StrictHostKeyChecking=no' \
--extra-vars "new_hostname=${params.new_hostname}.home.cosmos saturn_behemoth=${SATURN_BEHEMOTH} \
docker_full=false rename_host=${params.rename_endpoint} \
linux_ldap_pwd=${LINUX_LDAP_PWD} install_docker=false \
install_LDAP=false console_type=${params.console_type} \
ansible-playbook -i \$inventory_file /var/jenkins_home/ansible/playbooks/cosmos-console.yaml \
--ssh-common-args='-o StrictHostKeyChecking=no' \
--extra-vars "docker_full=falsei nstall_docker=false install_LDAP=false\
new_hostname=${params.new_hostname}.home.cosmos saturn_behemoth=${SATURN_BEHEMOTH} \
rename_host=${params.rename_endpoint} console_type=${params.console_type} \
linux_ldap_pwd=${LINUX_LDAP_PWD} PXE_API_KEY=${PXE_API_KEY} \
refresh_special=${params.refresh_special} pxe_proxy_password=${pxe_proxy_password} \
PXE_API_KEY=${PXE_API_KEY} \
matt_public_key='${env.matt_public_key}' matt_private_key='${env.matt_private_key}' \
cosmos_password='${env.cosmos_password}' cosmos_root_password='${env.cosmos_root_password}' "