You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-homelab/roles/setup_linode/defaults/main.yml

11 lines
227 B
YAML

---
# defaults file for setup_linode
ssh_keys:
- "{{ lookup('file', '~/.ssh/id_rsa.pub') }}"
label: simple-linode
# hosts that are added to the generated .ini file.
hosts:
- user: root
ip: "{{my_linode.instance.ipv4[0]}}"