Added setup script
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
---
|
||||
- name: Install Bunkerweb on localhost
|
||||
hosts: localhost
|
||||
connection: local
|
||||
become: true
|
||||
gather_facts: false
|
||||
environment:
|
||||
LANG: en_US.UTF-8
|
||||
LC_ALL: en_US.UTF-8
|
||||
tasks:
|
||||
- name: Install bunkerweb
|
||||
ansible.builtin.dnf:
|
||||
name: bunkerweb
|
||||
state: present
|
||||
Reference in New Issue
Block a user