mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
update playbook role names
This commit is contained in:
parent
d26f94d16a
commit
9bbccaf0ff
11 changed files with 11 additions and 23 deletions
15
.gitmodules
vendored
15
.gitmodules
vendored
|
@ -2,13 +2,13 @@
|
||||||
path = roles/do1jlr.base
|
path = roles/do1jlr.base
|
||||||
url = https://github.com/roles-ansible/ansible_role_base.git
|
url = https://github.com/roles-ansible/ansible_role_base.git
|
||||||
[submodule "roles/ranger"]
|
[submodule "roles/ranger"]
|
||||||
path = roles/ranger
|
path = roles/do1jlr.ranger
|
||||||
url = https://github.com/roles-ansible/ansible_role_ranger.git
|
url = https://github.com/roles-ansible/ansible_role_ranger.git
|
||||||
[submodule "roles/bat"]
|
[submodule "roles/bat"]
|
||||||
path = roles/bat
|
path = roles/gantsign.bat
|
||||||
url = https://github.com/gantsign/ansible_role_bat.git
|
url = https://github.com/gantsign/ansible_role_bat.git
|
||||||
[submodule "roles/dotfiles"]
|
[submodule "roles/dotfiles"]
|
||||||
path = roles/dotfiles
|
path = roles/do1jlr.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/do1jlr.users
|
path = roles/do1jlr.users
|
||||||
|
@ -22,15 +22,6 @@
|
||||||
[submodule "files/ssh_public_keys"]
|
[submodule "files/ssh_public_keys"]
|
||||||
path = files/ssh_public_keys
|
path = files/ssh_public_keys
|
||||||
url = https://backwesen.de/ansible/ssh_public_keys.git
|
url = https://backwesen.de/ansible/ssh_public_keys.git
|
||||||
[submodule "roles/nginx2"]
|
|
||||||
path = roles/nginx2
|
|
||||||
url = git@git.ccczh.ch:ansible-roles/role-nginx_new2.git
|
|
||||||
[submodule "roles/acmetool2"]
|
|
||||||
path = roles/acmetool2
|
|
||||||
url = git@git.ccczh.ch:ansible-roles/role-acmetool.git
|
|
||||||
[submodule "roles/webhost2"]
|
|
||||||
path = roles/webhost2
|
|
||||||
url = git@git.ccczh.ch:ansible-roles/role-webhost.git
|
|
||||||
[submodule "roles/geerlingguy.firewall"]
|
[submodule "roles/geerlingguy.firewall"]
|
||||||
path = roles/geerlingguy.firewall
|
path = roles/geerlingguy.firewall
|
||||||
url = https://github.com/geerlingguy/ansible-role-firewall.git
|
url = https://github.com/geerlingguy/ansible-role-firewall.git
|
||||||
|
|
|
@ -4,11 +4,11 @@ web01.l3d.space
|
||||||
[mail]
|
[mail]
|
||||||
mail01.l3d.space
|
mail01.l3d.space
|
||||||
|
|
||||||
[home]
|
# [home]
|
||||||
luna.l3d.ch ansible_host=192.168.255.2
|
# luna.l3d.ch ansible_host=luna.local
|
||||||
|
|
||||||
[resolver]
|
[resolver]
|
||||||
luna.l3d.ch ansible_host=192.168.255.2
|
# luna.l3d.ch ansible_host=luna.local
|
||||||
|
|
||||||
[resolver:children]
|
[resolver:children]
|
||||||
mail
|
mail
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit b988f6d86354ff75904e4577f6ccd4f24f0b78c6
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 2ebd39e695471eedfb7980d51ffaeb8c9c30e947
|
|
1
roles/gantsign.bat
Submodule
1
roles/gantsign.bat
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 1b4d9721d1b6a0d1b0786fd5f46409df11b34d07
|
|
@ -1 +1 @@
|
||||||
Subproject commit e7cd403506ded8dfcfb013e7c9b5c6b8d1ff8285
|
Subproject commit 744ec937976a82bb993497b15228f5f4df7fdf86
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit bb242391f207f11f8ba443934a43bf00c6e837fe
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 7a17d4cdf5b524f52d36cc6c2f5b7ae08ae8feab
|
|
6
site.yml
6
site.yml
|
@ -8,8 +8,8 @@
|
||||||
hosts: all
|
hosts: all
|
||||||
roles:
|
roles:
|
||||||
- {role: do1jlr.base, tags: [default, packages, base]}
|
- {role: do1jlr.base, tags: [default, packages, base]}
|
||||||
- {role: ranger, tags: [packages, ranger]}
|
- {role: do1jlr.ranger, tags: [packages, ranger]}
|
||||||
- {role: bat, tags: [packages, bat], when: [ansible_os_family == 'Debian']}
|
- {role: gantsign.bat, tags: [packages, bat], when: [ansible_os_family == 'Debian']}
|
||||||
- {role: unattended_upgrades, tags: [default, unattended, unattended_upgrades, security], become: true, when: ansible_distribution == 'Debian'}
|
- {role: unattended_upgrades, tags: [default, unattended, unattended_upgrades, security], become: true, when: ansible_distribution == 'Debian'}
|
||||||
- {role: do1jlr.rtl_nic_firmware, tags: [apu, rtl_nic, firmware]}
|
- {role: do1jlr.rtl_nic_firmware, tags: [apu, rtl_nic, firmware]}
|
||||||
- {role: do1jlr.avahi_client, tags: [avahi, avahi_client]}
|
- {role: do1jlr.avahi_client, tags: [avahi, avahi_client]}
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
hosts: all
|
hosts: all
|
||||||
roles:
|
roles:
|
||||||
- {role: do1jlr.admin_base, tags: [default, init, users, accounts, dotfiles]}
|
- {role: do1jlr.admin_base, tags: [default, init, users, accounts, dotfiles]}
|
||||||
- {role: dotfiles, tags: [default, dotfiles]}
|
- {role: do1jlr.dotfiles, tags: [default, dotfiles]}
|
||||||
- {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