Skip to content

Commit 22feb0e

Browse files
committed
add required files
1 parent a4ba6d5 commit 22feb0e

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.ansible-lint

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
3+
skip_list:
4+
- yaml

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
roles/geerlingguy.dotfiles
2+
roles/geerlingguy.docker

inventory.ini

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[all]
2+
127.0.0.1 ansible_connection=local

0 commit comments

Comments
 (0)