Browse Source

Add roles submodule

master
Chris Smith 9 years ago
parent
commit
a413f3bb68
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

@@ -24,7 +24,7 @@ transport      = smart
24 24
 remote_port    = 22
25 25
 
26 26
 # additional paths to search for roles in, colon seperated
27
-#roles_path    = /etc/ansible/roles
27
+roles_path     = /etc/ansible/roles
28 28
 
29 29
 # uncomment this to disable SSH key host checking
30 30
 #host_key_checking = False

+ 1
- 0
roles

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

Loading…
Cancel
Save