Got some files mixed up. Whoopsie.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user