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

How do I use this? #6

Open
davidmankin opened this issue May 13, 2020 · 1 comment
Open

How do I use this? #6

davidmankin opened this issue May 13, 2020 · 1 comment

Comments

@davidmankin
Copy link

I'm new to Ansible, so I tried dropping this repo in a dozen places and none of them did it work with your pihole gist. For every one it said "can't find role bendews.cloudflared". This repo doesn't seem to have a roles directory; neither does the pihole gist.

@ymarkus
Copy link

ymarkus commented May 29, 2020

The easiest way is to install it with ansible-galaxy by issuing this command:
ansible-galaxy install bendews.cloudflared

After it is installed, you can use it in multiple ways, e.g. by including it in your playbook:

- name: cloudflared
  include_role: bendews.cloudflared

For more information, see the Ansible Documentation.

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

No branches or pull requests

2 participants