Update 'webmin_and_zerotier.yaml'

This commit is contained in:
cody 2023-02-20 22:07:19 +00:00
parent 88d2149653
commit 7123cd35b3
1 changed files with 1 additions and 13 deletions

View File

@ -18,16 +18,6 @@
repo: deb https://download.webmin.com/download/repository sarge contrib
state: present
- name: Add ZeroTier repository key
apt_key:
url: https://download.zerotier.com/debian/archive.key
state: present
- name: Add ZeroTier repository
apt_repository:
repo: deb http://download.zerotier.com/debian/buster buster main
state: present
- name: Update apt cache
apt:
update_cache: yes
@ -43,6 +33,4 @@
state: present
- name: Install ZeroTier
apt:
name: zerotier-one
state: present
command: curl -s https://install.zerotier.com | sudo bash