You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

vm_build.yml 187 B

1 year ago
123456789
  1. ---
  2. - name: Install Packer
  3. hosts: localhost
  4. become: yes
  5. become_user: root
  6. roles:
  7. - { role: virtualbox, tags: "virtualbox" }
  8. - { role: packer, tags: "packer" }
  9. ...