-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from adfinis/feat/git_submodules
feat: manage standalone roles with git submodules
- Loading branch information
Showing
103 changed files
with
31 additions
and
8,169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[submodule "roles/bareos_repository"] | ||
path = roles/bareos_repository | ||
url = https://github.com/adfinis/ansible-role-bareos_repository | ||
[submodule "roles/bareos_webui"] | ||
path = roles/bareos_webui | ||
url = https://github.com/adfinis/ansible-role-bareos_webui | ||
[submodule "roles/bareos_dir"] | ||
path = roles/bareos_dir | ||
url = https://github.com/adfinis/ansible-role-bareos_dir | ||
[submodule "roles/bareos_sd"] | ||
path = roles/bareos_sd | ||
url = https://github.com/adfinis/ansible-role-bareos_sd | ||
[submodule "roles/bareos_fd"] | ||
path = roles/bareos_fd | ||
url = https://github.com/adfinis/ansible-role-bareos_fd | ||
[submodule "roles/bareos_console"] | ||
path = roles/bareos_console | ||
url = https://github.com/adfinis/ansible-role-bareos_console |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,5 @@ | ||
# Updating the roles | ||
|
||
1. Delete the roles: | ||
|
||
```shell | ||
rm -Rf roles/* | ||
``` | ||
|
||
2. Copy the roles in: | ||
|
||
```shell | ||
./UPDATING.sh | ||
``` | ||
|
||
3. Update galaxy.yml | ||
|
||
Bump version. | ||
Roles in collection are managed as [git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules). | ||
* Changes can be fetched with `git fetch`. | ||
* To pull changes for specific role, run: `git submodule update --remote <role name>` (Example: `git submodule update --remote roles/bareos_repository`). |
This file was deleted.
Oops, something went wrong.
Submodule bareos_console
added at
82160a
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
Submodule bareos_dir
added at
000759
Oops, something went wrong.