Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- git config @tech:git
- losario * HEAD == @ * HEAD^ : commit anterior al HEAD * HEAD@{1.month} * - (guión) : te devuel... * system : /etc/gitconfig [--system] * global : ~/.gitconfig [--global] * repo : .git/config * <code bash>git config --list --show-origin</code> * ''git config [--global] --list'' : si omitimos el ámbito, muestra todas
- terraform variables @tech:terraform
- "docker_ports" { type = list(object({ internal = number external = number protocol = string })) default = [ { internal = 8300 external = 8300 protocol = "tcp" } ] } </code> * type (constraints) = bo
- VAGRANT @tech:vagrant
- ': descargar * alternativamente, descarga manual: ''wget https://app.vagrantup.com/<USER>/boxes/<B... debian/jessie64'': añadir imagen desde fichero local (nombre ejemplo) * ''vagrant box outdated'': mi... versión de las imágenes descargadas * ''--global'' sobre todas las imágenes * ''vagrant box prun... status'': estado de la máquina * ''vagrant global-status'': estado y situación de todas las máquina
- docker swarm: official guide @tech:dockerswarm
- = docker swarm: official guide {{tag>devops docker swarm}} * [[https://docs.docker.com/engine/swarm/swarm-tutorial/]] * [[https://docs.docker.com/engine/install... [https://docs.docker.com/engine/swarm/swarm-tutorial/create-swarm/]] * [[https://docs.docker.com/engine/swarm/swarm-tutorial/add-nodes/]] * [[https://docs.docker.com/engine
- git tips @tech:git
- -pull]] == ramas <code bash renombrado rama en local y remoto> git checkout <old_name> && git branch -... s git push origin :rama_origen # elimina la rama mal colocada </code> <code bash traer los cambios de rama develop a la actual> git pull --rebase origin develop </code> <code ... ow <tag> git tag -a <TAG> -m "<MENSAJE>" # tag local annotated git push origin <TAG> # subir tag a rem
- Terraform state @tech:terraform
- ate de un remoto * push: sube el state desde local al remoto == mover recursos a diferentes 'states' /via: [[https://medium.com/@lynnlin827/moving-terr... cuenta si necesitamos **outputs** del stado original para usar en el de destino * adaptar el cód... * nos preguntará si queremos subir el state local al remoto, le decimos que **yes** ===añadiendo a
- git diff[tool] @tech:git
- figuración difftool <code bash> #git config --global merge.tool kdiff3 #git config --global mergetool.kdiff3.path "/usr/bin/kdiff3" #git config --global mergetool.kdiff3.trustExitCode false git config --global --add diff.guitool kdiff3 git config --global dif
- istio @tech:istio
- eus, AWS, GCP * proporciona API unificada sea cual sea la herramienta que haya debajo * funcionali... os, enrutado y resiliencia((Capacidad de un material, mecanismo o sistema para recuperar su estado inicial cuando ha cesado la perturbación a la que había e... riza la comunicación entre servicios y usuario final via TLS * se identifica quien a invocado a quie
- dockerd remote tls access @tech:docker:dockerd
- edan conectarse * nos permite limitar el acceso al **dockerd** local y además es el paso previo a permitir conexiones remotas para gesiontarlo === cert... pem</code> * el **Common Name** ha de apuntar al FQDN de la máquina - crear key y CSR:<code bash... ver.csr -CA ca.pem -CAkey ca-key.pem -CAcreateserial -out server-cert.pem -extfile extfile.cnf </code>
- master template @tech:vagrant:vagrantfile
- , host: port['host'] } if host['ansible_local'] host['ansible_local']['playbooks']&.each { |pb| config.vm.provision :ansible_local do |ansible| ansible.limit = pb['lim... ] ansible.version = host['ansible_local']['config']['version'] ansible.insta
- vagrant tomcat (7/8) con JDK (7/8) @tech:vagrant:vagrantfile
- at-7.0.93.tar.gz" TOMCAT_URL_DOWNLOAD="http://<local>:9090/${TOMCAT_TGZ}" TOMCAT_PATH="/opt/tomcat" JA... at-7.0.93.tar.gz" TOMCAT_URL_DOWNLOAD="http://<local>:9090/${TOMCAT_TGZ}" TOMCAT_PATH="/opt/tomcat" JA... 0-linux-x64.tar.gz" JAVA_URL_DOWNLOAD="http://<local>:9090/${JAVA_TGZ}" DEBIAN_FRONTEND=noninteractive... at-8.5.39.tar.gz" TOMCAT_URL_DOWNLOAD="http://<local>:9090/${TOMCAT_TGZ}" TOMCAT_PATH="/opt/tomcat" JA
- DOCKER @tech:docker
- v /var/run/docker.sock:/var/run/docker.sock lirantal/dockly</code> * Oxker:<code bash>docker run --r... n comandos === instalación * añadir usuario actual al grupo de docker y poder usarlo al instante: ''sudo usermod -aG docker $(whoami) && newgrp docker'' =
- docker volumes @tech:docker
- : * gestionado desde cli docker * trasversal al OS == --volume o --mount * desde la versión 17.06 ''--mount'' está también disponible en "stan... * ''--volume | -v'' * ''[ volume_name | local_path | <nothing-for-anonymous-volume ] : path-in-... ume,source=nfsvolume,target=/app,volume-driver=local,volume-opt=type=nfs,volume-opt=device=:/var/docke
- git LFS @tech:git
- stalación cliente:<code bash>git lfs install --local # si no se especifica --local, afecta a todos los repos de la sesión, con --local solo al actual</code> * configuración:<code bash>git lfs track # ver que seguimientos se estan real
- Terraform cli @tech:terraform
- lan * **fmt** : Rewrites config files to canonical format * **apply** : Builds or changes infrastructure * **graph** : Create a visual graph of Terraform resources * **output** : Rea... ese objeto. == otros * **refresh** : Update local state file against real resources * **show** : Inspect Terraform state or plan * **taint** : Manu