Skip to content

Domain dedicated taskset#23

Open
jpiron wants to merge 2 commits intoclutterbox:masterfrom
jpiron:domain_dedicated_taskset
Open

Domain dedicated taskset#23
jpiron wants to merge 2 commits intoclutterbox:masterfrom
jpiron:domain_dedicated_taskset

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