$ cat > openssl.cnf <<-EOF
[req]
distinguished_name = req_distinguished_name
x509_extensions = v3_ca
prompt = no
[req_distinguished_name]
CN = example.local
[v3_ca]
keyUsage = digitalSignature, keyEncipherment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[localhost] | |
127.0.0.1 ansible_connection=local ansible_python_interpreter=python |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum update | |
yum install epel-release | |
yum install gcc gcc-c++ glibc-devel make ncurses-devel openssl-devel autoconf java-1.8.0-openjdk-devel git wget wxBase.x86_64 | |
wget https://packages.erlang-solutions.com/erlang-solutions-1.0-1.noarch.rpm | |
rpm -Uvh erlang-solutions-1.0-1.noarch.rpm | |
yum update | |
yum install erlang | |
cd /usr/local/lib | |
git clone https://github.com/elixir-lang/elixir.git | |
cd elixir |
OlderNewer