Skip to content

This Ansible role lets you install HestiaCP, add desired PHP versions, and create a hostname certificate in one rush.

Notifications You must be signed in to change notification settings

jeazyee/ansible-role-hestiacp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role HestiaCP
Build Status

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: admin@example.com
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

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.

About

This Ansible role lets you install HestiaCP, add desired PHP versions, and create a hostname certificate in one rush.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published