Add playbooks/software.yml
This commit is contained in:
9
playbooks/software.yml
Normal file
9
playbooks/software.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
- name: install required software
|
||||||
|
hosts: wireguard
|
||||||
|
become: yes
|
||||||
|
tasks:
|
||||||
|
- name: install wireguard tools
|
||||||
|
dnf:
|
||||||
|
name:
|
||||||
|
- wireguard-tools
|
||||||
|
state: present
|
||||||
Reference in New Issue
Block a user