Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add minimal playbooks to setup IPA client on host #143

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ganto
Copy link
Member

@ganto ganto commented Oct 27, 2019

No description provided.

@ganto ganto requested a review from zwischenloesung October 27, 2019 14:31
#* No arguments are needed.

- name: Export Kerberos keytab from IPA and deploy it on host
hosts: host.Virtual,&os.debian_buster
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't really like this. Should we make a new class host.IPAClient or something? Or any other suggestion how to restrict this to designated hosts?

fetch:
src: "{{ deploy_keytab__register_tempdir.path }}/krb5.keytab"
# copy file to playbook directory
dest: "./"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any dedicated location for temporarily storing files on the Ansible controller? Or should I create a tmpdir there too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant