Skip to content

Instantly share code, notes, and snippets.

View Mudpuppy12's full-sized avatar
🏠
Working from home

Dennis DeMarco Mudpuppy12

🏠
Working from home
View GitHub Profile
---
- 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') }}
@Mudpuppy12
Mudpuppy12 / keybase.md
Created October 13, 2020 17:03
Keybase public key

Keybase proof

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: