Browse Source

Merge branch 'master' of github.com:csmith/ansible-config

Conflicts:
	ansible.cfg
master
Chris Smith 9 years ago
parent
commit
6371abb791
3 changed files with 5 additions and 1 deletions
  1. 3
    0
      .gitmodules
  2. 1
    1
      ansible.cfg
  3. 1
    0
      roles

+ 3
- 0
.gitmodules View File

@@ -0,0 +1,3 @@
1
+[submodule "roles"]
2
+	path = roles
3
+	url = git@github.com:csmith/ansible-roles.git

+ 1
- 1
ansible.cfg View File

@@ -33,7 +33,7 @@ module_lang    = C
33 33
 gathering = smart
34 34
 
35 35
 # additional paths to search for roles in, colon separated
36
-#roles_path    = /etc/ansible/roles
36
+roles_path     = /etc/ansible/roles
37 37
 
38 38
 # uncomment this to disable SSH key host checking
39 39
 #host_key_checking = False

+ 1
- 0
roles

@@ -0,0 +1 @@
1
+Subproject commit f1e7a1d3205eb329287e267748fcc98bd8ddd648

Loading…
Cancel
Save