Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- vagrant tomcat (7/8) con JDK (7/8)
- ker run -d -p 9090:80 -v $PWD:/http tiagoad/nginx-index</code> == Vagrantfile <code yaml; Vagrantfile... = 2 end config.vm.provision "shell", path: "install.sh" config.vm.provision "shell", path: "a... .sh" end </code> == tomcat7+oracle8 <code bash; install.sh> #!/bin/bash # http://apache.uvigo.es/to... mcat" JAVA_PATH="/usr/lib/jvm/java-8-oracle" JAVA_INSTALLER="oracle-java8-installer" DEBIAN_FRONTEND=n
- vagrant weblogic
- = 2 end config.vm.provision "shell", path: "install.sh" config.vm.provision "shell", path: ".... ommon/addInsecureKey.sh" end </code> <code bash; install.sh> #!/bin/bash WEBLOGIC_ZIP="fmw_12.2.1.3.... racle" JAVA_TGZ="jdk-8u211-linux-x64.tar.gz" JAVA_INSTALLER="oracle-java8-installer" JAVA_URL_DOWNLOAD="http://<server>:9090/${JAVA_TGZ}" DEBIAN_FRONTEND=
- vagrant mysql
- ker run -d -p 9090:80 -v $PWD:/http tiagoad/nginx-index</code> == con docker (problema sin resolver, ... = 2 end config.vm.provision "shell", path: "install.sh" # config.vm.provision "shell", path: "... ommon/addInsecureKey.sh" end </code> <code bash; install.sh> #!/bin/bash # https://dev.mysql.com/get... ninteractive sudo apt-get -y update sudo apt-get install -y wget libaio1 > /dev/null 2>&1 sudo debcon
- vagrant php
- config.vm.provision "file", source: "../../common/info.php", destination: "/tmp/info.php" config.vm.provider :virtualbox do |v| v.name = "altrankas... = 2 end config.vm.provision "shell", path: "install.sh" config.vm.provision "shell", path: ".... ommon/addInsecureKey.sh" end </code> <code bash; install.sh> #!/bin/bash DEBIAN_FRONTEND=noninteract
- master template
- le.playbook = pb['playbook'] ansible.inventory_path = pb['inventory'] ansible.version = host['ansible_local']['config']['version'] ansible.install_mode = host['ansible_local']['config']['mode... playbook: ./ansible/prerequisites.yml inventory: ./ansible/inventory/hosts - limit:
- Vagrantfile: multi-machine cluster in a loop
- = Vagrantfile: multi-machine cluster in a loop {{tag>Vagrantfile}} <code ruby> # -*- mode: ruby -*- #... ILE_API_VERSION) do |config| cluster.each_with_index do |(hostname, info), index| config.vm.define hostname do |cfg| cfg.vm.provider :virtualbox do |vb, override
- 3 nodos vagrant + docker
- .100.101" nodo1.vm.provision "shell", path: "install-docker.sh" ... end end end </sxh> <sxh shell; title: instalación básica> #!/bin/bash sudo apt-get remove ... containerd runc sudo apt-get update sudo apt-get install -y \ apt-transport-https \ ca-certific... cs) \ stable" sudo apt-get update sudo apt-get install -y docker-ce
- vagrant + docker + ngnix
- "/vagrant" # config.vm.provision "shell", path: "install.sh" config.vm.provision "docker" do |d|