Skip to content

Instantly share code, notes, and snippets.

@onkar-indellient
Created August 4, 2022 14:59
Show Gist options
  • Save onkar-indellient/17c08fbf82572f197b88ee3109cc15bc to your computer and use it in GitHub Desktop.
Save onkar-indellient/17c08fbf82572f197b88ee3109cc15bc to your computer and use it in GitHub Desktop.
1_install_dependencies.config
container_commands:
00_download_epel:
command: "sudo wget -r --no-parent -A 'epel-release-*.rpm' http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/"
ignoreErrors: true
10_install_epel_release:
command: "sudo rpm -Uvh dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-*.rpm"
ignoreErrors: true
20_enable_epel:
command: "sudo yum-config-manager --enable epel*"
ignoreErrors: true
30_install_certbot:
command: "sudo yum install -y certbot python2-certbot-nginx"
ignoreErrors: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment