浏览代码

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

Conflicts:
	ansible.cfg
master
Chris Smith 9 年前
父节点
当前提交
6371abb791
共有 3 个文件被更改,包括 5 次插入1 次删除
  1. 3
    0
      .gitmodules
  2. 1
    1
      ansible.cfg
  3. 1
    0
      roles

+ 3
- 0
.gitmodules 查看文件

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

+ 1
- 1
ansible.cfg 查看文件

@@ -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

正在加载...
取消
保存