Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion provisionamento/automation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LOGSTASH_VERSION="7.13.1"
LOGSTASH_URL="https://artifacts.elastic.co/downloads/logstash/logstash-${LOGSTASH_VERSION}-amd64.deb"
DEPS_PACKAGES="apt-transport-https ca-certificates curl gnupg-agent software-properties-common python3 python3-pip vim openjdk-11-jre wget tree"
PACKAGES="docker-ce docker-compose"
PIP_PACKAGES="ComplexHTTPServer ansible"
PIP_PACKAGES="ComplexHTTPServer ansible==4.10.0"

# Registrando dia do Provision
sudo date >> /var/log/vagrant_provision.log
Expand Down