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:
parent
4fa659d3dd
commit
6038f9f061
5 changed files with 7 additions and 2 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
1
roles/do1jlr.rtl_nic_firmware
Submodule
1
roles/do1jlr.rtl_nic_firmware
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 833d7442fe46481aef7b6f502e0ee786522ef0b6
|
1
site.yml
1
site.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue