Coder Social home page Coder Social logo

jeazyee / ansible-role-hestiacp Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 3.0 13 KB

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

Home Page: https://galaxy.ansible.com/jeazyee/hestiacp

hestiacp

ansible-role-hestiacp's Introduction

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: [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

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.

ansible-role-hestiacp's People

Contributors

jeazyee avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.