This repository was archived by the owner on Nov 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathother.xml
More file actions
32 lines (28 loc) · 2.35 KB
/
other.xml
File metadata and controls
32 lines (28 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Github remote -->
<remote name="github"
fetch="https://github.com" />
<!-- python modules -->
<project path="ansible/modules/vsphere" name="ViaSat/ansible-vsphere.git" groups="modules,chaperone" remote="github">
<copyfile src="vsphere" dest="ansible/library/vsphere" />
</project>
<project path="ansible/modules/xml" name="tomhite/ansible-xml" groups="modules,chaperone" remote="github" >
<copyfile src="library/xml" dest="ansible/library/xml" />
</project>
<!-- roles -->
<project path="ansible/roles/andrewrothstein.packer" name="andrewrothstein/ansible-packer" groups="roles,chaperone" remote="github"/>
<project path="ansible/roles/andrewrothstein.unarchive-deps" name="andrewrothstein/ansible-unarchive-deps" groups="roles,chaperone" remote="github"/>
<project path="ansible/roles/apache" name="tomhite/ansible-role-apache.git" groups="roles,chaperone" remote="github"/>
<project path="ansible/roles/collectd" name="tomhite/ansible-role-collectd" groups="roles,chaperone" remote="github"/>
<project path="ansible/roles/consul" name="tomhite/ansible-role-consul" groups="roles,chaperone" remote="github"/>
<project path="ansible/roles/franklinkim.htpasswd" name="weareinteractive/ansible-htpasswd.git" groups="roles,chaperone" remote="github"/>
<project path="ansible/roles/franklinkim.nginx" name="weareinteractive/ansible-nginx.git" groups="roles,chaperone" remote="github"/>
<project path="ansible/roles/franklinkim.openssl" name="weareinteractive/ansible-openssl" groups="roles,chaperone" remote="github"/>
<project path="ansible/roles/geerlingguy.java" name="geerlingguy/ansible-role-java" groups="pipeline" remote="github"/>
<project path="ansible/roles/geerlingguy.jenkins" name="geerlingguy/ansible-role-jenkins" groups="pipeline" remote="github"/>
<project path="ansible/roles/graphite-api" name="tomhite/ansible-role-graphite-api" groups="roles,chaperone" remote="github"/>
<project path="ansible/roles/hosts" name="ajsalminen/ansible-role-hosts.git" groups="sdlc,roles,chaperone" remote="github"/>
<project path="ansible/roles/jdauphant.nginx" name="jdauphant/ansible-role-nginx" groups="roles,chaperone" remote="github"/>
<project path="ansible/roles/vmware-workstation" name="tompscanlan/ansible-role-vmware-workstation" groups="pipeline" remote="github"/>
</manifest>