Browse Source

current state from 2015-11-29

netifs
Markus Brecchtel 7 years ago
commit
e5b842f2da
2 changed files with 8 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +7
    -0
      tasks/main.yml

+ 1
- 0
.gitignore View File

@@ -0,0 +1 @@
*~

+ 7
- 0
tasks/main.yml View File

@@ -0,0 +1,7 @@
---
- setup:

- debug: msg={{ hostvars[inventory_hostname] }}

#- name: network interface configuration
# template: src=interface.j2 dest={{ network_config_target }}/etc

Loading…
Cancel
Save