ontic.git

Ontic Git Status

Branch Build Galaxy Release
master Build Galaxy Release

Introduction

This role is used to install Git on RedHat/CentOS and Debian/Ubuntu Linux servers.

Requirements

Name Version
None N/A

Installation

We recommend installing this role using Ansible Galaxy to ensure all dependencies are handled automatically. Here are other options too.

1.1 Downloading

You can download the project files as a .zip file and extract them into your ./roles/ directory.

1.2 Cloning

You can clone the project into your ./roles/ directory.

1.3 Ansible Galaxy

The easiest way to install this module is via the command line:

$ ansible-galaxy install ontic.git

If you want to install multiple roles, you can use a requirements.yml file with the ansible-galaxy CLI.

- src: ontic.git
$ ansible-galaxy install -r requirements.yml

You can also download the source by adding the repository to your requirements.yml file:

- src: git+https://github.com/ontic/ansible-role-git.git
  version: master
  name: ontic.git

2.1 Enabling

To enable the role in your playbook file, add the following:

- name: Example web server
  hosts: web_servers
  roles:
    - { role: ontic.git }

Documentation

You can find the full documentation in the docs directory.

Contributors

Here are all the people who have contributed to this project. If you want to help, please make a pull request or submit an issue.

License

This project is licensed under the BSD License. See the LICENSE file for details.

Informazioni sul progetto

This role installs Git on RedHat/CentOS and Debian/Ubuntu Linux servers.

Installa
ansible-galaxy install ontic.git
Licenza
other
Download
8.3k
Proprietario