diff --git a/.gitmodules b/.gitmodules index 9c01ead..e943cdc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -80,7 +80,7 @@ path = roles/deprecated/debops.openvz url = https://github.com/debops/ansible-openvz.git [submodule "debops.owncloud"] - path = roles/debops.owncloud + path = roles_ypid/debops.owncloud url = https://github.com/debops/ansible-owncloud.git [submodule "debops.php5"] path = roles/deprecated/debops.php5 diff --git a/roles/README.rst b/roles/README.rst new file mode 100644 index 0000000..aeb87cc --- /dev/null +++ b/roles/README.rst @@ -0,0 +1,7 @@ +roles +===== + +Ansible roles reviewed by ypid. +These roles are not authored by ypid but he might have contributed to them. +Changes to these roles are reviewed by another person before they can enter the +main repository. diff --git a/roles_ypid/README.rst b/roles_ypid/README.rst new file mode 100644 index 0000000..512e023 --- /dev/null +++ b/roles_ypid/README.rst @@ -0,0 +1,9 @@ +roles_ypid +========== + +Ansible roles which are authored by ypid or roles where ypid is the core +maintainer. + +The distinction is made because those roles might not be looked at by other +parties. You should check the roles individually to see if other contributors +and sign commits/tags are present and consider a independent review. diff --git a/roles/debops.owncloud b/roles_ypid/debops.owncloud similarity index 100% rename from roles/debops.owncloud rename to roles_ypid/debops.owncloud