Skip to content

Commit

Permalink
update role names
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Sep 19, 2021
1 parent 2844d28 commit bf1e10d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
path = roles/dotfiles
url = https://github.com/roles-ansible/ansible_role_dotfiles.git
[submodule "roles/users"]
path = roles/users
path = roles/do1jlr.users
url = https://github.com/roles-ansible/ansible_role_users.git
[submodule "roles/ssh_auth"]
path = roles/ssh_auth
path = roles/do1jlr.auth
url = https://github.com/roles-ansible/ansible_role_auth.git
[submodule "roles/sshd"]
path = roles/sshd
path = roles/do1jlr.sshd
url = https://github.com/roles-ansible/ansible_role_sshd.git
[submodule "files/ssh_public_keys"]
path = files/ssh_public_keys
Expand Down
6 changes: 3 additions & 3 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
- name: user specific roles for all hosts
hosts: all
roles:
- {role: users, tags: [default, init, users, web]}
- {role: do1jlr.users, tags: [default, init, users, web]}
- {role: dotfiles, tags: [default, dotfiles]}
- {role: ssh_auth, tags: [default, init, users, web]}
- {role: sshd, tags: [default, init, users, sshd]}
- {role: do1jlr.auth, tags: [default, init, users, web]}
- {role: do1jlr.sshd, tags: [default, init, users, sshd]}
- {role: geerlingguy.firewall, tags: [default, firewall], become: true}
- {role: robertdebock.fail2ban, tags: [default, fail2ban], become: true}

Expand Down

0 comments on commit bf1e10d

Please sign in to comment.