github.com/ava-labs/avalanchego@v1.11.11/.github/packer/create_public_ami.yml (about) 1 #!/usr/bin/env ansible-playbook 2 --- 3 - name: Create a public AMI image for AWS Marketplace 4 connection: ssh 5 gather_facts: false 6 become: yes 7 hosts: all 8 roles: 9 - name: public-ami