Got some files mixed up. Whoopsie.

This commit is contained in:
2025-08-07 13:39:56 -05:00
parent 0b0ae30967
commit 033d61cfe2
2 changed files with 128 additions and 171 deletions

View File

@@ -32,7 +32,7 @@
Include only running: {{ include_only_running }}
roles:
- role: roles/inventory/linode
- role: linode_inventory
vars:
linode_api_token: "{{ linode_api_token }}"
@@ -130,7 +130,7 @@
hosts: discovered_linodes
gather_facts: false
vars:
ansible_user: root
ansible_user: phlux
ansible_ssh_common_args: '-o StrictHostKeyChecking=no -o ConnectTimeout=10'
tasks:
- name: Test connectivity
@@ -150,7 +150,7 @@
hosts: discovered_linodes
gather_facts: false
vars:
ansible_user: root
ansible_user: phlux
tasks:
- name: Control plane specific task
ansible.builtin.debug:
@@ -162,7 +162,7 @@
hosts: discovered_linodes
gather_facts: false
vars:
ansible_user: root
ansible_user: phlux
tasks:
- name: Worker node specific task
ansible.builtin.debug:
@@ -174,7 +174,7 @@
hosts: discovered_linodes
gather_facts: false
vars:
ansible_user: root
ansible_user: phlux
tasks:
- name: K3s cluster task
ansible.builtin.debug: