Skip to content

Instantly share code, notes, and snippets.

View AlanPadi95's full-sized avatar
💭
Keep pushing hard before commit

Alan Padierna Fernández AlanPadi95

💭
Keep pushing hard before commit
  • DXC Technology
  • Asturias, España
  • 14:36 (UTC +02:00)
  • X @alanpadi95
View GitHub Profile
@ekreutz
ekreutz / ansible_variable_precedence.md
Last active April 25, 2024 17:43
Ansible variable precedence (order, hierarchy)
@AlanPadi95
AlanPadi95 / macosx_setup.yml
Last active June 9, 2020 10:10
Machine Learning environment setup - Ansible
- homebrew:
name: python
state: present
- homebrew_cask:
name: anaconda
state: present
install_options: force
- homebrew_cask: