This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-network_interfaces
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
current state from 2015-11-29
netifs
Markus Brecchtel
8 years ago
commit
e5b842f2da
2 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+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
Write
Preview
Loading…
Cancel
Save