copr-be: provision resalloc-aws-* scripts
This commit is contained in:
parent
e69ce4d16e
commit
cc1abfd284
1 changed files with 17 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue