Skip to content

AlchemiistCreative/ansible-ispconfig3-ubuntu20.04

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISPConfig 3 installation: Ubuntu 20.04

This role is based on the tutorial from howtoforge.com The Perfect Server

Requirements

OS: Ubuntu 20.04

An user in sudoers group

Role Variables

Every variables located in defaults/main.yml should be modified to fit for your needs.

Any password should be vaulted for security reasons.

Example Playbook

Example configuration of your playbook:

  hosts: ispconfig_host
  roles:
  - role: ispconfig3
    admin_email: [email protected]
    mail_fqdn: mail.example.com
    ispconfig_hostname: server1.example.com
    hostname_needed: true
    user_ispconfig: admin_ispconfig

License

BSD

Releases

No releases published

Packages

No packages published

Languages