Skip to content

Commit

Permalink
renaming role paths
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Apr 18, 2021
1 parent 8aa9460 commit 53c99ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
Expand All @@ -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
Expand Down

0 comments on commit 53c99ab

Please sign in to comment.