Skip to content

An ansible role to install and update tuleap

License

Notifications You must be signed in to change notification settings

atisne/ansible-tuleap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role Name

Manage installation and update of a tuleap server.

Requirements

A RHEL >=7.5 server

Main Variables

  • tuleap_fqdn: The domain name you will use to access tuleap like tuleap.example.com (default: the server ip address)
  • tuleap_admin_email: The admin email of the tuleap platform
  • tuleap_packages: Main tuleap packages and a list of common plugins to install
  • tuleap_packages_state: Can be present or latest. Default is present (no update)

Dependencies

None

Example Playbook

- hosts: tuleap
  roles:
     - role: ansible-tuleap
  vars:
     tuleap_fqdn:           tuleap.example.com
     tuleap_admin_email:    [email protected]
     tuleap_packages_state: latest

License

BSD

Author Information

About

An ansible role to install and update tuleap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%