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

Domain dedicated taskset #23

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jpiron
Copy link

@jpiron jpiron commented Feb 23, 2021

This is based on #22.

This allows the usage of the `tasks_from` parameter of the `import_role`
module, e.g:

```
- name: Configure domains to create Let’s Encrypt certificates for
  import_role:
    name: ansible-dehydrated
    tasks_from: domain_txt.yml
  become: true
  vars:
    dehydrated_domains:
      - domain_1.foo.bar
      - domain_2.foo.bar
```

This grants the ability to update domains to generate certificates for
after dehydrated has been installed and initialized (in other playbooks for
instance).
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

Successfully merging this pull request may close these issues.

1 participant