add netbird

This commit is contained in:
2024-05-14 20:47:17 +02:00
parent 000adcd17c
commit 76e493f1bd
6 changed files with 19 additions and 365 deletions

View File

@@ -115,20 +115,6 @@
# tags: test2
tasks:
- name: Update repositories and install py3-pip package
community.general.apk:
name: python3-pip
update_cache: true
delegate_to: localhost
- name: Install pip package
ansible.builtin.pip:
name: "{{ item }}"
loop:
- setuptools
- netaddr
delegate_to: localhost
- name: Tcheck ssh conf for phone connection
ansible.builtin.lineinfile:
path: /etc/ssh/ssh_config