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:
parent
8aa9460ee3
commit
53c99aba96
4 changed files with 4 additions and 4 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -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
|
||||
|
|
4
site.yml
4
site.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue