Skip to content

VitexSoftware/multiflexi-ansible-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vitexsoftware Multiflexi Collection

This repository contains the vitexsus.multiflexi Ansible Collection.

install the python3-mysql.connector package on multifleix machine before use

External requirements

Some modules and plugins require external libraries. Please check the requirements for each plugin or module you use in the documentation to find out which requirements are needed.

Included content

  • multiflexi_server role install multiflexi server on your debian or ubuntu server
  • multiflexi.company ansible module create or remove company in multiflexi for you

Using this collection

    ansible-galaxy collection install vitexsus.multiflexi

You can also include it in a requirements.yml file and install it via ansible-galaxy collection install -r requirements.yml using the format:

collections:
  - name: vitexsus.multiflexi

To upgrade the collection to the latest available version, run the following command:

ansible-galaxy collection install vitexsus.multiflexi --upgrade

You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax where X.Y.Z can be any available version:

ansible-galaxy collection install vitexsus.multiflexi:==X.Y.Z

See Ansible Using collections for more details.

Release notes

See the changelog.

Roadmap

  • Initial Functionality - v1.0.0
  • Extended Functionality - v1.2.0
  • Full functionality - v1.3.0

More information

Licensing

MIT

See LICENSE to see the full text.