mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
update role names
This commit is contained in:
parent
2844d281df
commit
bf1e10dba0
5 changed files with 6 additions and 6 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -11,13 +11,13 @@
|
||||||
path = roles/dotfiles
|
path = roles/dotfiles
|
||||||
url = https://github.com/roles-ansible/ansible_role_dotfiles.git
|
url = https://github.com/roles-ansible/ansible_role_dotfiles.git
|
||||||
[submodule "roles/users"]
|
[submodule "roles/users"]
|
||||||
path = roles/users
|
path = roles/do1jlr.users
|
||||||
url = https://github.com/roles-ansible/ansible_role_users.git
|
url = https://github.com/roles-ansible/ansible_role_users.git
|
||||||
[submodule "roles/ssh_auth"]
|
[submodule "roles/ssh_auth"]
|
||||||
path = roles/ssh_auth
|
path = roles/do1jlr.auth
|
||||||
url = https://github.com/roles-ansible/ansible_role_auth.git
|
url = https://github.com/roles-ansible/ansible_role_auth.git
|
||||||
[submodule "roles/sshd"]
|
[submodule "roles/sshd"]
|
||||||
path = roles/sshd
|
path = roles/do1jlr.sshd
|
||||||
url = https://github.com/roles-ansible/ansible_role_sshd.git
|
url = https://github.com/roles-ansible/ansible_role_sshd.git
|
||||||
[submodule "files/ssh_public_keys"]
|
[submodule "files/ssh_public_keys"]
|
||||||
path = files/ssh_public_keys
|
path = files/ssh_public_keys
|
||||||
|
|
6
site.yml
6
site.yml
|
@ -17,10 +17,10 @@
|
||||||
- name: user specific roles for all hosts
|
- name: user specific roles for all hosts
|
||||||
hosts: all
|
hosts: all
|
||||||
roles:
|
roles:
|
||||||
- {role: users, tags: [default, init, users, web]}
|
- {role: do1jlr.users, tags: [default, init, users, web]}
|
||||||
- {role: dotfiles, tags: [default, dotfiles]}
|
- {role: dotfiles, tags: [default, dotfiles]}
|
||||||
- {role: ssh_auth, tags: [default, init, users, web]}
|
- {role: do1jlr.auth, tags: [default, init, users, web]}
|
||||||
- {role: sshd, tags: [default, init, users, sshd]}
|
- {role: do1jlr.sshd, tags: [default, init, users, sshd]}
|
||||||
- {role: geerlingguy.firewall, tags: [default, firewall], become: true}
|
- {role: geerlingguy.firewall, tags: [default, firewall], become: true}
|
||||||
- {role: robertdebock.fail2ban, tags: [default, fail2ban], become: true}
|
- {role: robertdebock.fail2ban, tags: [default, fail2ban], become: true}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue