Skip to content

Instantly share code, notes, and snippets.

View mdelapenya's full-sized avatar
🏠
Coding for fun! 🤖

Manuel de la Peña mdelapenya

🏠
Coding for fun! 🤖
View GitHub Profile
@mdelapenya
mdelapenya / keybase.md
Created November 30, 2020 10:54
Keybase proof

Keybase proof

I hereby claim:

  • I am mdelapenya on github.
  • I am mdelapenya (https://keybase.io/mdelapenya) on keybase.
  • I have a public key ASCI3mrZC0deuBvsqYZdhyhS2Orc4LFv6E8ByN05O5UqMAo

To claim this, I am signing this object:

@mdelapenya
mdelapenya / ansible-role-test.sh
Last active January 16, 2018 14:03
Ansible Role Test Shim Script (with timezones)
#!/bin/bash
#
# Ansible role test shim.
#
# Usage: [OPTIONS] ./tests/test.sh
# - distro: a supported Docker distro version (default = "centos7")
# - playbook: a playbook in the tests directory (default = "test.yml")
# - cleanup: whether to remove the Docker container (default = true)
# - container_id: the --name to set for the container (default = timestamp)
# - test_idempotence: whether to test playbook's idempotence (default = true)