Commit f649fb65 authored by nanahira's avatar nanahira

install wg in every debian

parent 2b99f9e0
......@@ -2,7 +2,7 @@
become: true
apt:
update_cache: true
name: curl,wget,git,vim,sudo,byobu,iftop,iotop,build-essential,p7zip-full,p7zip-rar,xclip,astyle,tcpdump,rsync,htop,locales,mtr,dnsutils,net-tools,traceroute,tar,unzip,iperf,iperf3,nmap,mosh,subversion,nfs-common,fish,haveged,ipset,python3-setuptools,python3-dev,python3-pip
name: curl,wget,git,vim,sudo,byobu,iftop,iotop,build-essential,p7zip-full,p7zip-rar,xclip,astyle,tcpdump,rsync,htop,locales,mtr,dnsutils,net-tools,traceroute,tar,unzip,iperf,iperf3,nmap,mosh,subversion,nfs-common,fish,haveged,ipset,python3-setuptools,python3-dev,python3-pip,wireguard-tools
- name: ctags in old Ubuntu
become: true
apt:
......@@ -29,7 +29,7 @@
- name: focal packages
become: true
apt:
name: python-is-python3,wireguard
name: python-is-python3
when: ansible_distribution_release == 'focal'
- name: pve kernel header
become: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment