Cerca

Heus ací els resultats de la cerca.

vagrant tomcat (7/8) con JDK (7/8) @tech:vagrant:vagrantfile
175 Resultats, Darrera modificació:
= vagrant tomcat (7/8) con JDK (7/8) {{tag>Vagrantfile}} los ficheros necesarios se han servido desde... |config| config.vm.box = "peru/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 :virtualbox do |v| v.name
VAGRANT
13 Resultats, Darrera modificació:
= VAGRANT {{tag>devops info}} ~~NOTOC~~ * [[tech:vagrant:vagrantfile]] * [[tech:vagrant:vagrantfile-examples]] == related {{topic>vagrant&nouser&nodate&tags}} == help * [[ht... las imágenes descargadas * ''--global'' sobre todas las imágenes * ''vagrant box prune'': elimin... init <imagen>'': montar un escenario (en su directorio) * -m crea el ''Vagrantfile'' sin comentar
vagrant weblogic @tech:vagrant:vagrantfile
12 Resultats, Darrera modificació:
|config| config.vm.box = "peru/ubuntu-18.04-desktop-amd64" config.vm.box_version = "20190401.01" ... config.vm.provision "file", source: "./12c_repository_file.xml", destination: "/tmp/12c_repository_file.xml" config.vm.provision "file", source: "../..... nologin wluser sudo mkdir -p /opt/oracle/{oraInventory,oraHome,install} sudo cp /tmp/*.xml /tmp/*.loc
master template @tech:vagrant:vagrantfile
11 Resultats, Darrera modificació:
aybook = pb['playbook'] ansible.inventory_path = pb['inventory'] ansible.version = host['ansible_local']['config']['version'] ... itle: vms.yml> - name: openshift-master box: centos/7 hostname: 10.0.0.10 memory: 2048 cpus: 2... type: nfs - name: openshift-node1 box: centos/7 hostname: 10.0.0.11 memory: 2048 cpus: 2
vagrant mysql @tech:vagrant:vagrantfile
3 Resultats, Darrera modificació:
|config| config.vm.box = "peru/ubuntu-18.04-desktop-amd64" config.vm.box_version = "20190401.01" ... |config| config.vm.box = "peru/ubuntu-18.04-desktop-amd64" config.vm.box_version = "20190401.01" ... DENTIFIED BY 'admin'; GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION; </code> <code bash
Vagrantfile: multi-machine cluster in a loop @tech:vagrant:vagrantfile
2 Resultats, Darrera modificació:
hostname vb.name = hostname vb.customize ["modifyvm", :id, "--memory", info[:mem], "--... nfig end # end cluster end </code> /via: [[https://gist.github.com/roblayton/c629683ca74658412487]]
vagrant php @tech:vagrant:vagrantfile
2 Resultats, Darrera modificació:
|config| config.vm.box = "peru/ubuntu-18.04-desktop-amd64" config.vm.box_version = "20190401.01" ... EBIAN_FRONTEND=noninteractive sudo add-apt-repository -y ppa:ondrej/php sudo apt-get -y update sudo a
vagrantfile
1 Resultats, Darrera modificació:
-provisioners]] * all * each * communicator_required * run * always * never *
vagrantfile examples
1 Resultats, Darrera modificació:
examples {{NEWPAGE>tech:vagrant:vagrantfile}} {{topic>Vagrantfile&nodate&nouser&sort&tags}} == vagr
3 nodos vagrant + docker @tech:vagrant:vagrantfile
1 Resultats, Darrera modificació:
ebian/gpg | sudo apt-key add - sudo add-apt-repository \ "deb [arch=amd64] https://download.docker.