mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
Use gitea as collection l3d.git
This commit is contained in:
parent
8cebe7c7a7
commit
83cd618008
9 changed files with 10 additions and 10 deletions
7
.gitmodules
vendored
7
.gitmodules
vendored
|
@ -42,10 +42,6 @@
|
||||||
path = roles/robertdebock.dovecot
|
path = roles/robertdebock.dovecot
|
||||||
url = https://github.com/robertdebock/ansible-role-dovecot.git
|
url = https://github.com/robertdebock/ansible-role-dovecot.git
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "roles/gitea"]
|
|
||||||
path = roles/do1jlr.gitea
|
|
||||||
url = https://github.com/roles-ansible/ansible_role_gitea.git
|
|
||||||
branch = main
|
|
||||||
[submodule "roles/geerlingguy.postgresql"]
|
[submodule "roles/geerlingguy.postgresql"]
|
||||||
path = roles/geerlingguy.postgresql
|
path = roles/geerlingguy.postgresql
|
||||||
url = https://github.com/geerlingguy/ansible-role-postgresql.git
|
url = https://github.com/geerlingguy/ansible-role-postgresql.git
|
||||||
|
@ -127,3 +123,6 @@
|
||||||
[submodule "collections/ansible_collections/community/crypto"]
|
[submodule "collections/ansible_collections/community/crypto"]
|
||||||
path = collections/ansible_collections/community/crypto
|
path = collections/ansible_collections/community/crypto
|
||||||
url = https://github.com/ansible-collections/community.crypto.git
|
url = https://github.com/ansible-collections/community.crypto.git
|
||||||
|
[submodule "collections/ansible_collections/l3d/git"]
|
||||||
|
path = collections/ansible_collections/l3d/git
|
||||||
|
url = https://github.com/roles-ansible/ansible_collection_git.git
|
||||||
|
|
|
@ -15,3 +15,4 @@ ignore: |
|
||||||
group_vars/all/vault.yml
|
group_vars/all/vault.yml
|
||||||
roles/
|
roles/
|
||||||
ansible/
|
ansible/
|
||||||
|
collections/
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 57cfd1b46d44ba6ca64206f4606f3bdea3ef3a82
|
Subproject commit f833982d6f686063288b9be2c3721aac8d35d521
|
|
@ -1 +1 @@
|
||||||
Subproject commit 30a2015f6cef3863e8104402485edc362ffb96df
|
Subproject commit 04e197fe5555ea1a1343d9777474a64b3fca87c4
|
1
collections/ansible_collections/l3d/git
Submodule
1
collections/ansible_collections/l3d/git
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 904e3773fe4e6ed095ae68879b1142956276dd02
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 16a304b7010decb12672ac724a31057d34a2b886
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9bde46faa1096607fa75570ea510b1130c05b099
|
Subproject commit 2de0e0708d3625e16ee8e1044766d675d6b8ec34
|
|
@ -1 +1 @@
|
||||||
Subproject commit 53ed080ab4a78b103de658a076e3d2f2ad4c3756
|
Subproject commit edf6baa7e539376fc226e9bca7cf8dc7386338b3
|
2
site.yml
2
site.yml
|
@ -35,7 +35,7 @@
|
||||||
hosts: web
|
hosts: web
|
||||||
roles:
|
roles:
|
||||||
- {role: do1jlr.mysql, tags: [web, git, mysql], become: true}
|
- {role: do1jlr.mysql, tags: [web, git, mysql], become: true}
|
||||||
- {role: do1jlr.gitea, tags: [web, gitea, git]}
|
- {role: l3d.git.gitea, tags: [web, gitea, git]}
|
||||||
|
|
||||||
- name: Deploy dns resolver
|
- name: Deploy dns resolver
|
||||||
hosts: resolver
|
hosts: resolver
|
||||||
|
|
Loading…
Reference in a new issue