Skip to content

scaleup-technologies/ansible-outline-api

Repository files navigation

Scaleuptechnologies Outline_api Collection

This repository contains the scaleuptechnologies.outline_api Ansible Collection.

Ansible version compatibility

This collection has been tested against following Ansible versions: >=2.15.0.

For collections that support Ansible 2.9, please ensure you update your network_os to use the fully qualified collection name (for example, cisco.ios.ios). Plugins and modules within a collection may be tested with only specific Ansible versions. A collection may contain metadata that identifies these versions. PEP440 is the schema used to describe the versions of Ansible.

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

Modules

Name Description
scaleuptechnologies.outline_api.document_create Create a document in Outline

Using this collection

    ansible-galaxy collection install scaleuptechnologies.outline_api

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: scaleuptechnologies.outline_api

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

ansible-galaxy collection install scaleuptechnologies.outline_api --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 scaleuptechnologies.outline_api:==X.Y.Z

See Ansible Using collections for more details.

Release notes

See the changelog.

Roadmap

More information

Licensing

GNU General Public License v3.0 or later.

See LICENSE to see the full text.

About

Ansible collection for interacting with the Outline knowledge base API

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages