/templates/packer now contains a copy of image-builder-packer repository as of b8a4b45f93890090de24e3d043e2d958948fc3c5 Changes: - LICENSE file was dropped (it was redundant) - README file was dropped (no longer needed) - GitHub workflows were removed (will be replaced by schutzbot) - RPMs were removed (they were huge, will be installed in a different way) Signed-off-by: Ondřej Budai <ondrej@budai.cz>
7 lines
105 B
YAML
7 lines
105 B
YAML
# Ansible playbook for configuring our AWS images.
|
|
---
|
|
|
|
- hosts: all
|
|
become: yes
|
|
roles:
|
|
- common
|