hestiacp
Ansible Role HestiaCP
This ansible role lets you install hestiacp, add desired php versions, and create a hostname certificate in one rush.
For more informations about hestiacp head over to the awesome guys at hestiacp/hestiacp.
Contents
Requirements
No special requirements.
The requirements for the hosts are like those of hestiacp. You can find the requirements for the hosts on the project homepage.
Role Variables
Configurations as in defaults/main.yml
# hestia admin configs
# recommended to put this into vaul.yml of host_vars or group_vars
# Initial details of hestiacp admin user
hestia_admin_mail: [email protected]
hestia_admin_pw: P@ssword123
# Install flags for hestiacp install script
# values 'yes' or 'no'
hestia_install_flags:
apache: 'no'
phpfpm: 'yes'
multiphp: 'no'
vsftpd: 'yes'
proftpd: 'no'
named: 'no'
mysql: 'yes'
postgresql: 'no'
exim: 'no'
dovecot: 'no'
sieve: 'no'
clamav: 'no'
spamassassin: 'no'
iptables: 'yes'
fail2ban: 'yes'
quota: 'yes'
api: 'yes'
port: '8083'
lang: 'en'
# Install additional php versions.
# Checks if it is already is installed, so you can list all desired php versions.
# Only gets installed when installer_flag is set to: --multiplephp no
hestia_additional_php:
- 7.4
- 8.0
- 8.1
# should hestia generate a letsencrypt cert for the hostname
hestia_generate_ssl: false
# timeout parameters for async install script task
hestia_timeout_install: 1000
hestia_poll_interval_install: 15
Dependencies
None.
Example Playbook
Nothing special when it comes to usage of this role. Make sure you have overwritten the variables of defaults/main.yml with your desired values.
- hosts: servers
roles:
- { role: jeazyee.hestiacp }
License
The license of Hestia Control Panel applies. The Hestia Control Panel is licensed under GPL v3 license, and is based on the VestaCP project.
Author Information
This Ansible Role was created in 2021 by Jitendra Bodmann, owner of wedima.
This ansible role lets you install hestiacp, add desired php versions, and create a hostname certificate in one rush.
ansible-galaxy install jeazyee/ansible-role-hestiacp