I hereby claim:
- I am mudpuppy12 on github.
- I am dedemarc (https://keybase.io/dedemarc) on keybase.
- I have a public key ASBC6mW2p9fBoD9pyB0nb9kimx-jsAsLaGMPvjVbdE2mOwo
To claim this, I am signing this object:
| --- | |
| - hosts: localhost | |
| gather_facts: yes | |
| tasks: | |
| - name: Print some debug information | |
| vars: | |
| msg: | | |
| Module Variables ("vars"): | |
| -------------------------------- |
| - name: dns pdns directories | |
| file: path="{{ item.path }}" mode={{ item.mode|default('0755') }} owner={{ item.owner|default('root') }} group={{ item.group|default('root') }} state=directory | |
| with_items: "{{ dns_pdns_directories }}" | |
| - name: dns pdns template files | |
| template: src={{ item.src }}.j2 dest={{ item.dest|default( '/' + item.src ) }} mode={{ item.mode|default('0644') }} owner={{ item.owner|default('root') }} group={{ item.group|default('root') }} | |
| with_items: "{{ dns_pdns_template_files }}" | |
| - name: dns pdns copy files | |
| copy: src={{ item.src }} dest={{ item.dest|default( '/' + item.src ) }} mode={{ item.mode|default('0644') }} owner={{ item.owner|default('root') }} group={{ item.group|default('root') }} |
I hereby claim:
To claim this, I am signing this object: