hosts: terraform-ansible
tasks:
name: criando o arquivo copy: dest: /home/ubuntu/index.html content:
Feito com terraform e ansible
name: criando o servidor shell: "nohup busybox httpd -f -p 8080 &"
---- Arquivo hosts
[terraform-ansible] 52.91.178.101