Skip to content

numerique-gouv/ansible-collection-oots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Collection - betagouv.oots

This collection of Ansible roles aims at helping set up the software that can be used by any European Union Member State in order to participate to the Only-Once Technical System (OOTS).

Important security considerations

Some roles are provided with default settings that may allow you run functional software, but some parameters such as private keys, passwords and privileged accounts must be changed in order to run them safely in a production environment.

How to install

This collection can be installed and its roles can be integrated to Ansible playbooks.

Add the following to your Ansible Galaxy requirements.yml file:

collections:
  - name: https://github.com/numerique-gouv/ansible-collection-oots.git
    type: git

You can then install it with the command:

ansible-galaxy collection install -r requirements.yml

You will then be able to call on the roles of this collection using the name betagouv.oots.<role_name>.

Roles documentation

All available roles are in the folder roles and each role is documented in detail under its meta/argument_specs.yml file.

About

Ansible collection for Only-Once Technical Service (OOTS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages