Files
hestiacp/func_ruby/ext-modules/payload/bunkerweb_module/bunkerweb_installer.yml

15 lines
293 B
YAML
Raw Normal View History

2026-05-01 18:11:49 +03:00
---
- 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