ERROR! the field 'hosts' is required but was not set
playbook.yml
- hosts: terraform-ansible
- tasks:
- name: criando arquivo
copy:
dest: /home/ubuntu/index.html
content: <h1>Feito com terraform -- ansible</h1>
- name: criando servido
shell: "nohup busybox httpd -f -p 8080 &"
hosts.yml
[terraform-ansible]
34.221.211.75