File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 6060UPDATE = ("sudo apt-get update" , "Update apt repository lists." )
6161PYTHON3_PIP = ("sudo apt-get install -y python3-pip python3-venv" , "Install python3 pip and venv using apt." )
6262VENV_SETUP = ("sudo python3 -m venv /opt/bibigrid-venv" , " Create bibigrid virtual environment." )
63- ANSIBLE_PASSLIB = ("sudo /opt/bibigrid-venv/bin/pip install ansible==10.7 passlib" ,
64- "Install Ansible 10.7 and Passlib using pip." )
63+ ANSIBLE_PASSLIB = (
64+ "sudo /opt/bibigrid-venv/bin/pip install "
65+ "ansible==10.7 passlib bcrypt==4.3" ,
66+ "Install Ansible 10.7, Passlib, and a pinned bcrypt version."
67+ )
6568ANSIBLE_GALAXY = ("sudo /opt/bibigrid-venv/bin/ansible-galaxy collection install " +
6669 "-p /usr/share/ansible/collections community.zabbix==3.2.0" ,
6770 "Install necessary ansible-galaxy modules." )
You can’t perform that action at this time.
0 commit comments