On Sat, May 12, 2018 at 9:08 PM, Mauricio Tavares <raubvo...@gmail.com> wrote:
> On Mon, May 7, 2018 at 11:57 PM, Michael Pechner <mpech...@gmail.com> wrote:
>> Are you looking to setup a KDC?
>> Install client packages?
>> Setup the config files?
>>
>
> Oops. I meant deploy a client from package to config.
>
      Let me elaborate: I think getting the packages for centos would
go something like this

  - name: Install kerberos
    yum:
       name: {{ item }}
       update_cache: yes
       state: latest
       with_items:
          - krb5-workstation
          - krb5-libs
          - krb5-auth-dialog

Then we have the client config side of the show

>
>> On Mon, May 7, 2018 at 7:26 PM, Jordan Borean <jborea...@gmail.com> wrote:
>>>
>>> This is a very vague question, what exactly are you wanting to do when you
>>> say "setting up kerberos" and someone might be able to help.
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "Ansible Project" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an
>>> email to ansible-project+unsubscr...@googlegroups.com.
>>> To post to this group, send email to ansible-project@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/ansible-project/7b86018c-3c9f-419d-a9fa-5133681ef7d6%40googlegroups.com.
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>>
>>
>> --
>> Michael Pechner
>> NE6RD - Amateur Extra
>> mi...@mikey.com
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Ansible Project" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to ansible-project+unsubscr...@googlegroups.com.
>> To post to this group, send email to ansible-project@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/ansible-project/CAEX4J6w-QYy_2600oir-a9o0buFOfOqCQ3dUUQNU8mr-HS1PdQ%40mail.gmail.com.
>>
>> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAHEKYV6Rd%2BHBMBd1BkzOC2Ttz9SwL-ZViUddOHALMrj%2BJEdAKw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to