Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.32 KB

README.md

File metadata and controls

54 lines (41 loc) · 1.32 KB

ansible-role-froxlor

Simple ansible-role to install froxlor.

Requirements

This role was created for Debian 10.x (Buster). It is configured to work with froxlor. You might use this role in conjunction with the roles:

  • ansible-role-apache
  • ansible-role-mysql
  • ansible-role-dovecot
  • ansible-role-postfix

Role Variables

In defaults/main.yaml the following variables and default-values are specified.

http_user: www-data
http_group: www-data

froxlor_admin_user: admin
activate_froxlor_newsfeed: true

The following variables don't have defaults. You need to specify them either in a file in group_vars, host_vars directory or via command-line.

froxlor_mysql_password: Password for the froxlor mysql database
mysql_admin_password: Password of the mysql administrator
server_fqdn: Fully quallified domain name of the froxlor-server
server_ip: IP of the froxlor-server.
froxlor_admin_password: Administrator password for froxlor

Example Playbook

This role can be easily used in a playbook like this:

- hosts: froxlor-servers
  roles:
      - ansible-role-froxlor

License

GNU GENERAL PUBLIC LICENSE VERSION 3

Author Information

blog.retter.jetzt