Sammlung von Shellscripten und Werkzeugen zur SuperX/BI Webanwendung
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Daniel Quathamer 7d4687e34a Ansible Script Install supeerx on Ubuntu 2022.04 #1 3 weeks ago
..
config-files Ansible Script Install supeerx on Ubuntu 2022.04 #1 3 weeks ago
LICENSE Ansible Script Install supeerx on Ubuntu 2022.04 #1 3 weeks ago
README.md Ansible Script Install supeerx on Ubuntu 2022.04 #1 3 weeks ago
Vagrantfile Ansible Script Install supeerx on Ubuntu 2022.04 #1 3 weeks ago
ansible.cfg Ansible Script Install supeerx on Ubuntu 2022.04 #1 3 weeks ago
inventory Ansible Script Install supeerx on Ubuntu 2022.04 #1 3 weeks ago
main.yml Ansible Script Install supeerx on Ubuntu 2022.04 #1 3 weeks ago
vars.yml Ansible Script Install supeerx on Ubuntu 2022.04 #1 3 weeks ago

README.md

Ansible Script for Installing superx on Ubuntu 22.04

This repo provides an ansible playbook for a convenient way to install

This playbook needs ansible version >=2.10 to work, it also relies on a few dependencies from ansible community.

So if you are using ubuntu, make sure you install ansible instead of ansible-core.

(It was developed on a control node running Ubuntu 22.04)

For more information on ansible visit their official documentation.

Usage

To run the playbook simply enter the IP of your machine into the inventory file (see comments for examples).

Then run the following command:

ansible-playbook --ask-become main.yml

After the Playbook has finished, you need to manually create the database, client, and user table in the admin interface.

SSL

The default will install superx without SSL encryption.

For SSL encryption to work you first need to have the necessary files (e.g. the certificates) in place before running the playbook. Now you have to adjust the settings in the vars.yml file.