manala / ansible-role-pam_ssh_agent_auth

[READ-ONLY] Ansible role dealing with the setup of Pam ssh agent auth

Home Page:https://galaxy.ansible.com/manala/pam-ssh-agent-auth/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#######################################################################################################

❗ DEPRECATION ❗

This repository and the role associated are deprecated in favor of the Manala Ansible Collection

You will find informations on its usage on the collection repository

#######################################################################################################

Ansible Role: Pam ssh agent auth Build Status

Report issues and send Pull Requests in the main Ansible Role repository

This role will deal with the setup and config of Pam ssh agent auth.

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

Requirements

This role is made to work with the manala libpam-ssh-agent-auth debian package, available on the manala debian repository. Please use the manala.apt role to handle it properly.

manala_apt_preferences:
  - pam-ssh-agent-auth@manala

Dependencies

None.

Installation

Ansible 2+

Using ansible galaxy cli:

ansible-galaxy install manala.pam_ssh_agent_auth

Using ansible galaxy requirements file:

- src: manala.pam_ssh_agent_auth

Role Variables

Definition

Name Default Type Description
manala_pam_ssh_agent_auth_install_packages ~ Array Dependency packages to install
manala_pam_ssh_agent_auth_install_packages_default ['libpam-ssh-agent-auth'] Array Default dependency packages to install

Example playbook

- hosts: servers
  roles:
    - { role: manala.pam_ssh_agent_auth }

Licence

MIT

Author information

Manala (http://www.manala.io/)

About

[READ-ONLY] Ansible role dealing with the setup of Pam ssh agent auth

https://galaxy.ansible.com/manala/pam-ssh-agent-auth/


Languages

Language:Makefile 100.0%