Skip to content
Snippets Groups Projects
Commit 5f3cdb39 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Merge branch 'feat-install-httpd' into 'feat-hpc-factory'

Install httpd not available default in Alma9

See merge request rc/hpc-factory!154
parents 0c43c332 9351468c
No related branches found
No related tags found
2 merge requests!3Change compute reference to login,!2feat(ssh_host_keys): add role for managing SSH host keys
...@@ -40,7 +40,7 @@ build { ...@@ -40,7 +40,7 @@ build {
inline = [ inline = [
"sudo yum install -y epel-release", "sudo yum install -y epel-release",
"sudo dnf config-manager --set-enabled crb", "sudo dnf config-manager --set-enabled crb",
"sudo yum install -y libselinux-python3 python3 python3-pip tmux vim git bash-completion curl wget unzip", "sudo yum install -y libselinux-python3 python3 python3-pip tmux vim git bash-completion curl wget unzip httpd",
"sudo python3 -m pip install --upgrade pip", "sudo python3 -m pip install --upgrade pip",
"sudo pip3 install s3cmd==2.3.0 ansible==4.10.0 python-openstackclient==5.8.0" "sudo pip3 install s3cmd==2.3.0 ansible==4.10.0 python-openstackclient==5.8.0"
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment