Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- vagrant tomcat (7/8) con JDK (7/8) @tech:vagrant:vagrantfile
- 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 @tech:vagrant:vagrantfile
- = 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
- = VAGRANT {{tag>devops info}} ~~NOTOC~~ * [[tech:vagrant:vagrantfile]] * [[tech:vagrant:vagrantfil... nt_hosts -> ''sync_hosts'': [[https://www.rubydoc.info/gems/vagrant-hosts/2.6.2]] == config files * ... quina.box'' === máquinas virtuales * ''vagrant init <imagen>'': montar un escenario (en su director... == plugins === vagrant-hosts * ''vagrant plugin install vagrant-hosts'' -> [[https://www.rubydoc.inf
- vagrant mysql @tech:vagrant:vagrantfile
- 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 @tech:vagrant:vagrantfile
- 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 @tech:vagrant:vagrantfile
- 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 @tech:vagrant:vagrantfile
- = 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
- vagrantfile
- vision * **name**: nombre del provisionar (para info) * **type**: * shell * file * **aft... * run * always * never * once * inline (key/value): <code>config.vm.provision [name]... y block: <code>config.vm.provision [name] :shell, inline: "echo hello"</code> * <code> config.vm.provision [name] "shell" do |s| s.inline = "echo hello" end</code> * <code>config.
- 3 nodos vagrant + docker @tech:vagrant:vagrantfile
- .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 @tech:vagrant:vagrantfile
- "/vagrant" # config.vm.provision "shell", path: "install.sh" config.vm.provision "docker" do |d|