N
N
Nikolay Baranenko2019-02-17 21:24:48
Ansible
Nikolay Baranenko, 2019-02-17 21:24:48

How to correctly add an LDAP group for ssh access on a remote host?

Hello.
there is an ldap group
superproduct1
, it has users:
developer1, tester1, analitic1, project1
I want to create an ansible playbook that provides ssh access to a remote host.
So far, only
group has been found - Add or remove groups

- name: Ensure group "somegroup" exists
  group:
    name: somegroup
    state: present

How to correctly add an LDAP group for ssh access on a remote host?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question