-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added ansible submodules Nginx and Postgreesql
- Loading branch information
Showing
4 changed files
with
12 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[submodule "ansible/roles/nginxinc.nginx_config"] | ||
path = ansible/roles/nginxinc.nginx_config | ||
url = https://github.com/nginxinc/ansible-role-nginx-config.git | ||
[submodule "ansible/roles/nginxinc.nginx"] | ||
path = ansible/roles/nginxinc.nginx | ||
url = https://github.com/nginxinc/ansible-role-nginx.git | ||
[submodule "ansible/roles/geerlingguy.postgresql"] | ||
path = ansible/roles/geerlingguy.postgresql | ||
url = [email protected]:ANXS/postgresql.git |
Submodule geerlingguy.postgresql
added at
2697f9
Submodule nginxinc.nginx
added at
ad69ff
Submodule nginxinc.nginx_config
added at
3ba194