1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00

Merge pull request #5 from DO1JLR/collection

Enable Collection l3d.git
This commit is contained in:
L3D 2023-05-10 00:24:37 +02:00 committed by GitHub
commit f52137f48e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 12 additions and 10 deletions

7
.gitmodules vendored
View file

@ -42,10 +42,6 @@
path = roles/robertdebock.dovecot
url = https://github.com/robertdebock/ansible-role-dovecot.git
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"]
path = roles/geerlingguy.postgresql
url = https://github.com/geerlingguy/ansible-role-postgresql.git
@ -127,3 +123,6 @@
[submodule "collections/ansible_collections/community/crypto"]
path = collections/ansible_collections/community/crypto
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

View file

@ -15,3 +15,4 @@ ignore: |
group_vars/all/vault.yml
roles/
ansible/
collections/

@ -1 +1 @@
Subproject commit 57cfd1b46d44ba6ca64206f4606f3bdea3ef3a82
Subproject commit f833982d6f686063288b9be2c3721aac8d35d521

@ -1 +1 @@
Subproject commit 30a2015f6cef3863e8104402485edc362ffb96df
Subproject commit 04e197fe5555ea1a1343d9777474a64b3fca87c4

@ -0,0 +1 @@
Subproject commit 904e3773fe4e6ed095ae68879b1142956276dd02

View file

@ -208,6 +208,8 @@ gitea_start_ssh: "{{ _gitea_start_ssh }}"
gitea_ssh_port: 22
gitea_require_signin: false
gitea_password_check_pwn: true
gitea_actions_enabled: true
gitea_actions_default_actions_url: 'https://backwesen.de/'
# gitea db
gitea_db_type: mysql

@ -1 +0,0 @@
Subproject commit 16a304b7010decb12672ac724a31057d34a2b886

@ -1 +1 @@
Subproject commit 9bde46faa1096607fa75570ea510b1130c05b099
Subproject commit 2de0e0708d3625e16ee8e1044766d675d6b8ec34

@ -1 +1 @@
Subproject commit 53ed080ab4a78b103de658a076e3d2f2ad4c3756
Subproject commit edf6baa7e539376fc226e9bca7cf8dc7386338b3

View file

@ -35,7 +35,7 @@
hosts: web
roles:
- {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
hosts: resolver