1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00

update firmware on apu1

This commit is contained in:
L3D 2021-09-01 03:13:26 +02:00
parent 4fa659d3dd
commit 6038f9f061
Signed by: l3d
GPG key ID: CD08445BFF4313D1
5 changed files with 7 additions and 2 deletions

3
.gitmodules vendored
View file

@ -91,3 +91,6 @@
[submodule "roles/do1jlr.ovh_dyndns"]
path = roles/do1jlr.ovh_dyndns
url = https://github.com/DO1JLR/ansible_role_ovh_dyndns.git
[submodule "roles/do1jlr.rtl_nic_firmware"]
path = roles/do1jlr.rtl_nic_firmware
url = https://github.com/DO1JLR/ansible_role_rtl_nic_firmware.git

@ -1 +1 @@
Subproject commit 0efb03d6414f5d4a52f0dc50a9d378418c8f91c3
Subproject commit 609bf0508ffa47fd790442995ed13674b665f62e

@ -1 +1 @@
Subproject commit e6000876e4d21d09322a3c4aa5da8b81380c08e4
Subproject commit cbba4f33f6c66a3af1eab9b4e7d8efad96fa9804

@ -0,0 +1 @@
Subproject commit 833d7442fe46481aef7b6f502e0ee786522ef0b6

View file

@ -11,6 +11,7 @@
- {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'}
- {role: do1jlr.rtl_nic_firmware, tags: [apu, rtl_nic, firmware]}
- name: user specific roles for all hosts
hosts: all