Skip to content

ElaoInfra/ansible-role-alternatives

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role Platforms License

Ansible Role: Alternatives

This role will assume the setup of alternatives

It's part of the ELAO Ansible stack but can be used as a stand alone component.

Requirements

  • Ansible 1.7.2+

Installation

Ansible 2+

Using ansible galaxy cli:

ansible-galaxy install elao.alternatives,2.0

Using ansible galaxy requirements file:

- src:     elao.alternatives
  version: 2.0

Ansible 1 (no longer maintained)

Using ansible galaxy cli:

ansible-galaxy install elao.alternatives,1.0

Using ansible galaxy requirements file:

- src:     elao.alternatives
  version: 1.0

Role Variables

Name Default Type Description
elao_alternatives [] Array Alternatives

Configuration

elao_alternatives allow you to managed custom alternatives path.

elao_alternatives:
  - name: editor
    path: /usr/bin/vim.basic

Example playbook

- hosts: servers
  roles:
     - { role: elao.alternatives }

Licence

MIT

Author information

ELAO (http://www.elao.com/)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published