Skip to content

Instantly share code, notes, and snippets.

View VeselaHouba's full-sized avatar

Jan Michalek VeselaHouba

  • m-cloud
  • Prague
View GitHub Profile
@VeselaHouba
VeselaHouba / lz4-grub
Created August 16, 2021 16:16
lz4-grub
#!/bin/bash
KERNEL_VERSION="$1"
KERNEL_PATH="$2"
# extract-vmlinux is in /usr/local/bin
PATH="${PATH}:/usr/local/bin"
# Ensure we have the extract-linux tool
if ! command -v extract-vmlinux > /dev/null; then
ansible-playbook 2.8.0.dev0
config file = /opt/ansible-ab/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Oct 30 2018, 23:45:53) [GCC 4.8.5 20150623 (Red Hat 4.8.5-36)]
Using /opt/ansible-ab/ansible.cfg as config file
host_list declined parsing /opt/ansible-ab/environments/np.ab/hosts as it did not pass it's verify_file() method
script declined parsing /opt/ansible-ab/environments/np.ab/hosts as it did not pass it's verify_file() method
auto declined parsing /opt/ansible-ab/environments/np.ab/hosts as it did not pass it's verify_file() method
---
- hosts: testf5
gather_facts: false
vars:
f5_provider:
server: "{{ ansible_host }}"
password: admin
user: admin
validate_certs: false