Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- terraform variables @tech:terraform
- bool default = false } variable "resource_tags" { description = "Tags to set for all resources" type = map(string) default = { ... vpc] instance_count = var.instance_count #tags = { # project = "project-alpha", # environment = "dev" #} tags = var.resource_tags } </code> == list, map,
- GIT @tech:git
- = GIT {{tag>devops info}} == related {{topic>git}} * [[tech:git:server]] * [[tech:git:curs]] * [... e origin develop </code> <code bash comandos con TAGs> git tag [-l] git show <tag> git tag -a <TAG> -m "<MENSAJE>" # tag local annotated git push origin <TAG> # subi
- DOCKER @tech:docker
- = DOCKER {{tag>devops info}} == related {{topic>docker&nodate&nouser&sort&tags}} == +info * [[tech:docker:dockerd:start]] ... * ''docker commit <id_contenedor> [REPOSITORY[:TAG]]'' : crea imagen de un contenedor === imágenes * ''docker pull debian[:<tag>]'' * ''docker images'' * ''-f'' o ''--filt
- git alias @tech:git
- dev = !git checkout dev && git pull origin dev staging = !git checkout staging && git pull origin staging master = !git checkout master && git pull origin po = push origin pod = push origin dev pos = push origin staging pom = push origin master poh = push origin H
- terraform win-instance @tech:terraform
- vpc" "my_vpc" { cidr_block = "172.16.0.0/16" tags = { Name = "tf-example" } } resource "aws... "${var.az1}" map_public_ip_on_launch = true tags = { Name = "tf-example" } } resource "aws... "igw_main" { vpc_id = "${aws_vpc.my_vpc.id}" tags { Name = "IGW-MYAPP" } depends_on = ["a... net.id}" # private_ips = ["172.16.10.100"] # tags = { # Name = "primary_network_interface" #
- Anotaciones curso GIT @tech:git
- init * git add * .gitignore * git diff [--staged][--cached] * git commit [-m "mensaje"][-a][--... al core.editor * git config --global alias.unstage 'reset HEAD ~' * git config --global alias.l... e][rm] * git fetch * git pull * git push [--tags] * git tag [-l][-a][-m] * anotadas, ligeras * git show * patrones glob -> regexp simplifica
- TERRAFORM @tech:terraform
- = TERRAFORM {{tag> devops info}} * [[tech:terraform:aws]] * [[tech:terraform:azure]] == documentac... = related {{topic>terraform +cursos&nodate&nouser&tags&sort}} {{topic>terraform +libros&nodate&nouser&tags&sort}} === enlaces documentación * 0.12: [[http
- kubernetes @tech:k8s
- cursos {{topic>devops +cursos +k8s&nodate&nouser&tags&sort}} === libros {{topic>devops +libros +k8s&nodate&nouser&tags&sort}}
- POC estructura AD @tech:terraform
- support = true enable_dns_hostnames = true tags { Name = "VPC-MYAPP" } } # # Internet Gat... w_main" { vpc_id = "${aws_vpc.vpc_myapp.id}" tags { Name = "IGW-MYAPP" } depends_on = ["a
- VAGRANT @tech:vagrant
- = VAGRANT {{tag>devops info}} ~~NOTOC~~ * [[tech:vagrant:vagrantfile]] * [[tech:vagrant:vagrantfile... mples]] == related {{topic>vagrant&nouser&nodate&tags}} == help * [[https://www.vagrantup.com/docs/
- Dockerfile mariadb + SSL @tech:docker:dockerfile:examples
- = Dockerfile mariadb + SSL {{tag>dockerfile}} === Dockerfile <code ruby; Dockerfile> FROM mariadb:lates... onf.d/ssl.cnf </code> <code bash>docker build --tag mariadb:ssl .</code> == certificados <code bash>
- ansible @tech:ansible
- = ansible {{tag>devops info}} == related * [[info:cursos:udemy:ansible|]] == more * Filtros: [[ht
- Azure @tech:azure
- = Azure == related {{topic>devops +azure&nodate&nouser&tags&sort}}
- Dockerfile @tech:docker
- ile examples {{NEWPAGE>tech:docker:dockerfile:examples}} {{topic>dockerfile&nodate&nouser&sort&tags}}
- docker swarm: official guide @tech:dockerswarm
- = docker swarm: official guide {{tag>devops docker swarm}} * [[https://docs.docker.com/engine/swarm/s