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

renaming role paths

This commit is contained in:
L3D 2021-04-18 23:18:30 +02:00
parent 8aa9460ee3
commit 53c99aba96
Signed by: l3d
GPG key ID: CD08445BFF4313D1
4 changed files with 4 additions and 4 deletions

4
.gitmodules vendored
View file

@ -1,5 +1,5 @@
[submodule "roles/base"]
path = roles/base
path = roles/do1jlr.base
url = https://github.com/roles-ansible/ansible_role_base.git
[submodule "roles/ranger"]
path = roles/ranger
@ -47,7 +47,7 @@
path = roles/geerlingguy.mysql
url = https://github.com/geerlingguy/ansible-role-mysql.git
[submodule "roles/gitea"]
path = roles/gitea
path = roles/do1jlr.gitea
url = https://github.com/roles-ansible/ansible_role_gitea.git
[submodule "roles/geerlingguy.postgresql"]
path = roles/geerlingguy.postgresql

View file

@ -7,7 +7,7 @@
- name: general roles for all hosts
hosts: all
roles:
- {role: base, tags: [default, packages, base]}
- {role: do1jlr.base, tags: [default, packages, base]}
- {role: ranger, tags: [packages, ranger]}
- {role: bat, tags: [packages, bat], when: [ansible_os_family == 'Debian']}
- {role: unattended_upgrades, tags: [default, unattended, unattended_upgrades, security], become: true, when: ansible_distribution == 'Debian'}
@ -30,7 +30,7 @@
- {role: do1jlr.acmetool, tags: [web, acmetool]}
- {role: do1jlr.nginx, tags: [web, nginx]}
- {role: geerlingguy.mysql, tags: [web, git, mysql]}
- {role: gitea, tags: [web, gitea, git]}
- {role: do1jlr.gitea, tags: [web, gitea, git]}
- {role: goaccess, tags: [web, goaccess]}
- name: deploy mail config