Cerca

Heus ací els resultats de la cerca.

terraform variables @tech:terraform
19 Resultats, Darrera modificació:
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
15 Resultats, Darrera modificació:
= 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
9 Resultats, Darrera modificació:
= 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
6 Resultats, Darrera modificació:
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
5 Resultats, Darrera modificació:
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
4 Resultats, Darrera modificació:
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
3 Resultats, Darrera modificació:
= 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
2 Resultats, Darrera modificació:
cursos {{topic>devops +cursos +k8s&nodate&nouser&tags&sort}} === libros {{topic>devops +libros +k8s&nodate&nouser&tags&sort}}
POC estructura AD @tech:terraform
2 Resultats, Darrera modificació:
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
2 Resultats, Darrera modificació:
= 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
2 Resultats, Darrera modificació:
= 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
1 Resultats, Darrera modificació:
= ansible {{tag>devops info}} == related * [[info:cursos:udemy:ansible|]] == more * Filtros: [[ht
Azure @tech:azure
1 Resultats, Darrera modificació:
= Azure == related {{topic>devops +azure&nodate&nouser&tags&sort}}
Dockerfile @tech:docker
1 Resultats, Darrera modificació:
ile examples {{NEWPAGE>tech:docker:dockerfile:examples}} {{topic>dockerfile&nodate&nouser&sort&tags}}
docker swarm: official guide @tech:dockerswarm
1 Resultats, Darrera modificació:
= docker swarm: official guide {{tag>devops docker swarm}} * [[https://docs.docker.com/engine/swarm/s
docker SWARM @tech:dockerswarm
1 Resultats, Darrera modificació:
Crear repositorio de solo lectura (para algunos) @tech:git
1 Resultats, Darrera modificació:
Google @tech:google
1 Resultats, Darrera modificació:
ruby @tech:ruby
1 Resultats, Darrera modificació:
terraform azure @tech:terraform
1 Resultats, Darrera modificació:
terraform data source @tech:terraform
1 Resultats, Darrera modificació:
vagrantfile examples @tech:vagrant
1 Resultats, Darrera modificació:
Terraform workspace @tech:terraform:poc
1 Resultats, Darrera modificació:
3 nodos vagrant + docker @tech:vagrant:vagrantfile
1 Resultats, Darrera modificació:
Vagrantfile: multi-machine cluster in a loop @tech:vagrant:vagrantfile
1 Resultats, Darrera modificació:
vagrant + docker @tech:vagrant:vagrantfile
1 Resultats, Darrera modificació:
master template @tech:vagrant:vagrantfile
1 Resultats, Darrera modificació:
vagrant mysql @tech:vagrant:vagrantfile
1 Resultats, Darrera modificació:
vagrant php @tech:vagrant:vagrantfile
1 Resultats, Darrera modificació:
vagrant tomcat (7/8) con JDK (7/8) @tech:vagrant:vagrantfile
1 Resultats, Darrera modificació:
vagrant + docker + ngnix @tech:vagrant:vagrantfile
1 Resultats, Darrera modificació:
vagrant weblogic @tech:vagrant:vagrantfile
1 Resultats, Darrera modificació:
Dockerfile run script @tech:docker:dockerfile:examples
1 Resultats, Darrera modificació: