Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- master template @tech:vagrant:vagrantfile
- by; highlight:[13-14]; title: Vagrantfile> API_VERSION = '2' VMS_FILE_PATH = 'vagrant/vms.yml' hosts ... oad_file(VMS_FILE_PATH) Vagrant.configure(API_VERSION) do |config| hosts.each do |host| config.... ['guest'], host: port['host'] } if host['ansible_local'] host['ansible_local']['playbooks']&.each { |pb| config.vm.provision :ans
- Singularity @tech:singularity
- = Singularity == .sif i cache <code bash>singularity pull hello-world.sif shub://vsoch/hello-world</code> <code bash>singularity cache list [-v]<
- VAGRANT @tech:vagrant
- docs/vagrantfile/machine_settings.html]] * provision docker : [[https://www.vagrantup.com/docs/provisioning/docker.html]] == resumen comandos === imáge... t https://app.vagrantup.com/<USER>/boxes/<BOX>/versions/<VERSION>/providers/<PROVEEDOR>.box'' * ''vagrant box list'': listar imagenes disponibles * ''
- vagrant mysql @tech:vagrant:vagrantfile
- agoad/nginx-index</code> == con docker (problema sin resolver, la VM arranca bien el mysql la primera... ) <code yaml; Vagrantfile> IP = '192.168.1.20' VERSION = '5.5' NAME = "mysql-#{VERSION}" Vagrant.configure("2") do |config| config.vm.box = "altrankas/... = true v.name = NAME end config.vm.provision "shell", path: "../../common/setup-mysql.sh", a
- vagrantfile @tech:vagrant
- = vagrantfile * provisioning: [[https://www.vagrantup.com/docs/provisioning]] == Vagrant.configure("2") do |config| * confi... ** * config.vm.box="debian/bullseye64" * versión de la box a usar: **config.vm.box_version** * config.vm.box_version="11.20211230.1" * direcci
- ansible @tech:ansible
- = ansible {{tag>devops info}} == related * [[info:cursos:udemy:ansible|]] == more * Filtros: [[https://docs.ansible.com/ansible/2.5/user_guide/playbooks_filters.html]] * Condicionales: [[https://docs.ansible.com/
- DOCKER @tech:docker
- ast/tu-contenedor-docker-podria-estar-muerto-y-tu-sin-enterarte/]] * [[https://tech.paulcz.net/blog... ://blog.elhacker.net/2024/11/comandos-de-docker-basicos-y-avanzados.html]] === take a look * [[http... r/comments/7e0gid/docker_with_pia_vpn_for_transmission_and/]] == resumen comandos === instalación *... -p 127.0.0.1:80:80'': el contenedor solo será accesible desde 127.0.0.1 * ''-P'': mapea el puerto
- terraform variables @tech:terraform
- t" { description = "Number of instances to provision." type = number default = 2 } v... ode> * **set**: colección de __valores únicos__ sin identificadores secundarios y sin orden === funciones * [[https://developer.hashicorp.com/terrafo... ct**: colección de atributos identificados, con posibilidad de diferentes tipos * <code javascript
- vagrant weblogic @tech:vagrant:vagrantfile
- ru/ubuntu-18.04-desktop-amd64" config.vm.box_version = "20190401.01" config.vm.provision "file", source: "./orainst.loc", destination: "/tmp/orainst.loc" config.vm.provision "file", source: "./12c_repository_file.xml", destination: "/tmp/12c_repository_file.xml" config.v
- git tips @tech:git
- merge origin/main</code> * [[https://www.atlassian.com/es/git/tutorials/syncing/git-fetch]] * [[https://www.atlassian.com/es/git/tutorials/using-branches/git-checkout]] * [[https://www.atlassian.com/es/git/tutorials/using-branches/git-merge]]
- git, sacar archivos del indice git (.gitignore) @tech:git:dotfiles
- . ### ⚠️ Ficheros ya rastreados (Tracked Files) Si el directorio `data/cache` **ya existía** en tu repositorio y contenía ficheros que Git ya estaba rastre... che/*` al `.gitignore`, **estos ficheros seguirán siendo rastreados por Git, y las modificaciones que ... plícitamente del índice (el *staging area*), pero sin borrarlos de tu sistema de ficheros local. Util
- git submodulos @tech:git
- t></code> <code bash; v2.8-v2.12>git clone --recursive -j8 <url-git> # -j8 solo disponible a partir de... la 2.8</code> <code bash; v2.8->git clone --recursive <url-git></code> si el repositorio ya estaba clonado:<code bash>git clone <url-git> cd <path-git-submodule> git submodule
- Google: operadores de búsqueda @tech:google
- * **OR**: Combinar dos palabras o comandos * **site:** : buscas específicamente en un sitio * **related:** : sitios relacionados * **info:** : información de un sitio * **cache:** : versión cacheada de Google de
- terraform modules @tech:terraform
- dule } </code> * otros meta-argumentos * version * providers: map == accediendo a los outpu... s que se quieren compartir desde el módulo == versiones * importante/interesante indicar la versión del módulo a utilizar * acepta: * **>= <version>** * **%%<=%% <version>** * **~> <versi
- docker TLS (OLD) @tech:docker
- properties; openssl-ca.cnf> [req] req_extensions = v3_req distinguished_name = req_distingu... [req_distinguished_name] [ v3_req] basicConstraints = CA:FALSE keyUsage = nonRepudiation, digitalSignature, keyEncipherment extendedKeyUsage = se... reateserial -out client-cert.pem -days 3650 -extensions v3_req -extfile openssl-ca.cnf </code> * dae