copr-be: provision resalloc-aws-* scripts

This commit is contained in:
Pavel Raiskup 2021-10-08 13:04:14 +02:00
parent e69ce4d16e
commit cc1abfd284

View file

@ -85,6 +85,23 @@
tags:
- provision_config
- name: install resalloc-aws scripts
get_url:
url: "{{ item.url }}"
dest: "{{ item.dest }}"
mode: 0755
force: true
with_items:
- dest: /usr/bin/resalloc-aws-wait-for-ssh
url: https://raw.githubusercontent.com/praiskup/wait-for-ssh/main/wait-for-ssh
- dest: /usr/bin/resalloc-aws-new
url: https://raw.githubusercontent.com/praiskup/resalloc-aws/main/bin/resalloc-aws-new
- dest: /usr/bin/resalloc-aws-delete
url: https://raw.githubusercontent.com/praiskup/resalloc-aws/main/bin/resalloc-aws-delete
tags:
- provision_config
- provision_config_resalloc_aws
- name: f33 has outdated ansible community general plugins, use copr
community.general.copr:
state: enabled