Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- terraform variables @tech:terraform
- oper.hashicorp.com/terraform/tutorials/configuration-language/variables]] == declaración * recomenda... <code properties variables.tf> variable "aws_region" { description = "AWS region" type = string default = "us-west-2" } variable "instance_count" { de
- vagrant mysql @tech:vagrant:vagrantfile
- :80 -v $PWD:/http tiagoad/nginx-index</code> == con docker (problema sin resolver, la VM arranca bien... <code yaml; Vagrantfile> IP = '192.168.1.20' VERSION = '5.5' NAME = "mysql-#{VERSION}" Vagrant.configure("2") do |config| config.vm.box = "altrankas/my... true v.name = NAME end config.vm.provision "shell", path: "../../common/setup-mysql.sh", arg
- VAGRANT @tech:vagrant
- cs/vagrantfile/machine_settings.html]] * provision docker : [[https://www.vagrantup.com/docs/provisi... p.vagrantup.com/<USER>/boxes/<BOX>/versions/<VERSION>/providers/<PROVEEDOR>.box'' * ''vagrant box li... 'vagrant box repackage <imagen> <proveedor> <version>'': generar fichero .box a partir de imagen desca... petlabs/ubuntu-14.04-64-nocm" config.vm.provision :hosts do |provisioner| # Add a single hostna
- Singularity @tech:singularity
- ave any familiarity with Linux system administration, you may be aware that in Linux, users and their ... er to know of my user, the relevant user information needs to be available within these files within t... e container. * Assuming this feature is enabled on your system, when the container is started, Singu... tainer, it is simply making an existing directory on the host system visible and accessible within the
- vagrant weblogic @tech:vagrant:vagrantfile
- /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: "
- master template @tech:vagrant:vagrantfile
- ; highlight:[13-14]; title: Vagrantfile> API_VERSION = '2' VMS_FILE_PATH = 'vagrant/vms.yml' hosts = ... d_file(VMS_FILE_PATH) Vagrant.configure(API_VERSION) do |config| hosts.each do |host| config.vm... aybooks']&.each { |pb| config.vm.provision :ansible_local do |ansible| ansible.... _path = pb['inventory'] ansible.version = host['ansible_local']['config']['version']
- vagrant tomcat (7/8) con JDK (7/8) @tech:vagrant:vagrantfile
- = vagrant tomcat (7/8) con JDK (7/8) {{tag>Vagrantfile}} los ficheros necesarios se han servido desde... /ubuntu-18.04-desktop-amd64" config.vm.box_version = "20190401.01" config.vm.provision "file", source: "tomcat.service", destination: "/tmp/tomcat.service" config.vm.provider :virtualbo
- docker TLS (OLD) @tech:docker
- access/]] * [[https://www.labkey.org/Documentation/wiki-page.view?name=dockerTLS]] * [[https://doc... Constraints = CA:FALSE keyUsage = nonRepudiation, digitalSignature, keyEncipherment extendedKe... ns v3_req -extfile openssl-ca.cnf </code> * daemon: <code bash>sudo mkdir /etc/docker/ssl sudo chmo... .cnf sudo openssl genrsa -out /etc/docker/ssl/daemon-key.pem 4096 sudo openssl req -new -key /etc/dock
- GIT @tech:git
- t-sheet-es.md]] * {{ :tech:git:workflow-of-version-control.pdf |}} * {{ :tech:git:git-cheatsheet-e... -en-dark.pdf |}} * {{ :tech:git:git-for-subversion-cheat-sheet.pdf |}} * {{ :tech:git:atlassian-gi... ch:git:gitcheatsheet.pdf |}} * [[https://education.github.com/git-cheat-sheet-education.pdf]] * {{ :tech:git:github-git-cheat-sheet.pdf |}} * {{ :
- terraform win-instance @tech:terraform
- availability_zone = "${var.az1}" map_public_ip_on_launch = true tags = { Name = "tf-example"... " tags { Name = "IGW-MYAPP" } depends_on = ["aws_vpc.my_vpc"] } # resource "aws_nat_gateway" "natgw_az1" { # allocation_id = "${aws_eip.eip_natgw_az1.id}" # subnet_id = "${aws_subnet.my_subnet.id}" # depends_on = ["aws_internet_gateway.igw_main"] # } # resour
- git tips @tech:git
- base origin develop </code> <code bash comandos con TAGs> git tag [-l] git show <tag> git tag -a <TAG... (el último -1) > git rebase -i HEAD^ # y marcar con reword </code> <code bash; fusionar varios commits > git rebase -i <commit>^ # con ^ se incluye el que indiquemos git rebase -i HEAD~n # los últimos n # marcar con SQUASH aquellos que queramos fusionar, dejando el
- TERRAFORM @tech:terraform
- 0.12: [[https://www.terraform.io/docs/configuration/index.html]] * 0.11: [[https://www.terraform.io/docs/configuration-0-11/interpolation.html: interpolación (referenciar variables, atributos de recursos, llamar funcione... )}" } </code> === mapas * usando **var.aws_region** como índice del mapa para seleccionar la imagen
- vagrantfile @tech:vagrant
- * versión de la box a usar: **config.vm.box_version** * config.vm.box_version="11.20211230.1" * dirección URL de la box: **config.vm.box_url** ... debian/boxes/bullseye64" === hostname === provision * **name**: nombre del provisionar (para info) ... e * inline (key/value): <code>config.vm.provision [name] type: "shell", path: "bootstrap.sh"</code>
- dockerd remote tls access @tech:docker:dockerd
- g/docker-tip-73-connecting-to-a-remote-docker-daemon]] * [[https://success.docker.com/article/how-do... medium.com/@ssmak/how-to-enable-docker-remote-api-on-docker-host-7b73bd3278c6 == setup * pretendemos "asegurar" la conexión con el **dockerd** de manera que solo los clientes con certificado firmado por la misma CA que el servido
- vagrant php @tech:vagrant:vagrantfile
- /ubuntu-18.04-desktop-amd64" config.vm.box_version = "20190401.01" config.vm.provision "file", source: "../../common/info.php", destination: "/tmp/info.php" config.vm.provider :virtualbox do |v| v.name = "altran