25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
343B

  1. ---
  2. - hosts: ovh_vms
  3. remote_user: root
  4. gather_facts: false
  5. roles:
  6. - role: terraform-vm
  7. - hosts: localhost
  8. tasks:
  9. - debug:
  10. msg: |-
  11. to apply terraform updates run:
  12. cd "{{playbook_dir}}/terraform"
  13. terraform apply
  14. # - terraform:
  15. # project_path: "{{playbook_dir}}/terraform"