working out bugs

This commit is contained in:
n0mad1k
2025-04-09 15:57:22 -04:00
parent b623e76a5a
commit 80072a6bdc
3 changed files with 386 additions and 136 deletions
+2 -2
View File
@@ -15,12 +15,12 @@
- name: Create Linode redirector instance
community.general.linode_v4:
label: "{{ instance_name }}"
type: "{{ instance_type }}"
type: "{{ plan }}"
region: "{{ region }}"
image: "{{ linode_image }}"
root_pass: "{{ lookup('password', '/dev/null length=24 chars=ascii_letters,digits') }}"
authorized_keys:
- "{{ lookup('file', ssh_key) }}"
- "{{ ssh_key_content }}"
state: present
register: redirector_instance