Skip to content
Snippets Groups Projects
Commit dde3b877 authored by Benguria Elguezabal, Gorka's avatar Benguria Elguezabal, Gorka
Browse files

adds comunity general instalation

parent 2247cee3
Branches
No related tags found
No related merge requests found
...@@ -49,6 +49,7 @@ resource "aws_instance" "server0" { ...@@ -49,6 +49,7 @@ resource "aws_instance" "server0" {
provisioner "local-exec" { provisioner "local-exec" {
command = "ansible-galaxy collection install community.general" command = "ansible-galaxy collection install community.general"
} }
provisioner "local-exec" { provisioner "local-exec" {
command = "ansible-playbook -u ubuntu -i '${self.public_ip},' ansible/playbooks/pma/site_requirements.yaml" command = "ansible-playbook -u ubuntu -i '${self.public_ip},' ansible/playbooks/pma/site_requirements.yaml"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment