mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-25 18:23:05 +01:00
Pin GitHub Actions to SHA + Dependabot (#62)
* feat(repo): Add dependabot * fix(ci): clean up * fix(gh-actions): pin to sha * fix(lint): fixing yaml lint * feat(repo): Add dependabot * fix(vagrant): up retry count to 60 because gh actions are sloooooow
This commit is contained in:
2
vagrant/Vagrantfile
vendored
2
vagrant/Vagrantfile
vendored
@@ -62,7 +62,7 @@ Vagrant.configure("2") do |config|
|
||||
"metal_lb_speaker_tag_version" => "v0.13.4",
|
||||
"metal_lb_controller_tag_version" => "v0.13.4",
|
||||
"metal_lb_ip_range" => "192.168.30.80-192.168.30.90",
|
||||
"retry_count" => "30"}
|
||||
"retry_count" => "60"}
|
||||
}
|
||||
ansible.host_vars = {
|
||||
"control1" => {
|
||||
|
||||
Reference in New Issue
Block a user