Explorar el Código

Add roles submodule

master
Chris Smith hace 9 años
padre
commit
a413f3bb68
Se han modificado 3 ficheros con 5 adiciones y 1 borrados
  1. 3
    0
      .gitmodules
  2. 1
    1
      ansible.cfg
  3. 1
    0
      roles

+ 3
- 0
.gitmodules Ver fichero

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

+ 1
- 1
ansible.cfg Ver fichero

24
 remote_port    = 22
24
 remote_port    = 22
25
 
25
 
26
 # additional paths to search for roles in, colon seperated
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
 # uncomment this to disable SSH key host checking
29
 # uncomment this to disable SSH key host checking
30
 #host_key_checking = False
30
 #host_key_checking = False

+ 1
- 0
roles

1
+Subproject commit f1e7a1d3205eb329287e267748fcc98bd8ddd648

Loading…
Cancelar
Guardar