Skip to content

This role prepare environment for ISPConfig 3 based on ISPConfig guide.

Notifications You must be signed in to change notification settings

joltcan/ansible-ispconfig

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-ispconfig

This role prepare environment for ISPConfig 3 based on ISPConfig guide.

Role is not tested on production environment.

Usage:

As usual, add this to a playbook:

---

- hosts: A group of hosts
  # I source my variables from a config file instead of setting them in the playbook
  # so that I can have different passwords for different servers
  vars_files:
    - ../private/ispconfig.yml

  roles:
     - ispconfig

My vars-file looks like this:

---
  ispconfig:
    email: <an email>
    <ansible_hostname>:
      mysql_root_password: <passwd>
      mailmain_password: <passwd>
    <other ansible_hostname>:
      mysql...

Requirements

Debian Stretch

License

BSD

About

This role prepare environment for ISPConfig 3 based on ISPConfig guide.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 64.1%
  • Vim Script 35.9%