Skip to content

Commit

Permalink
Added ansible submodules Nginx and Postgreesql
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalenko committed Sep 3, 2023
1 parent 338c941 commit 258cda8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
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
1 change: 1 addition & 0 deletions ansible/roles/geerlingguy.postgresql
Submodule geerlingguy.postgresql added at 2697f9
1 change: 1 addition & 0 deletions ansible/roles/nginxinc.nginx
Submodule nginxinc.nginx added at ad69ff
1 change: 1 addition & 0 deletions ansible/roles/nginxinc.nginx_config
Submodule nginxinc.nginx_config added at 3ba194

0 comments on commit 258cda8

Please sign in to comment.