add netbird
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user