Added setup script

This commit is contained in:
Alexey Berezhok
2026-05-01 18:11:49 +03:00
parent dae9aca295
commit f64f034b7b
4 changed files with 546 additions and 5 deletions

View File

@@ -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