Update ansible/beszel_agent.yml
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
- not (skip | default(false))
|
||||
- host_is_online | default(false)
|
||||
ignore_unreachable: true
|
||||
ignore_errors: true
|
||||
block:
|
||||
- name: Pobranie skryptu instalacyjnego Beszel
|
||||
ansible.builtin.get_url:
|
||||
@@ -59,9 +60,9 @@
|
||||
mode: "0755"
|
||||
|
||||
- name: Wykonanie skryptu instalacyjnego Beszel Agent
|
||||
ansible.builtin.command: >
|
||||
ansible.builtin.shell: >
|
||||
/tmp/install-agent.sh
|
||||
-p {{ beszel_port }}
|
||||
-p "{{ beszel_port }}"
|
||||
-k "{{ beszel_key }}"
|
||||
-t "{{ beszel_token }}"
|
||||
-url "{{ beszel_url }}"
|
||||
|
||||
Reference in New Issue
Block a user