on

Cerca

Heus ací els resultats de la cerca.

vagrant mysql @tech:vagrant:vagrantfile
32 Resultats, Darrera modificació:
: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
18 Resultats, Darrera modificació:
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
vagrant weblogic @tech:vagrant:vagrantfile
15 Resultats, Darrera modificació:
/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
12 Resultats, Darrera modificació:
; 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
12 Resultats, Darrera modificació:
= 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
vagrantfile
7 Resultats, Darrera modificació:
* 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>
vagrant php @tech:vagrant:vagrantfile
7 Resultats, Darrera modificació:
/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
Vagrantfile: multi-machine cluster in a loop @tech:vagrant:vagrantfile
4 Resultats, Darrera modificació:
uby -*- # vi: set ft=ruby : VAGRANTFILE_API_VERSION = "2" cluster = { "master" => { :ip => "192.16... 1024 } } Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| cluster.each_with_index do |(host... info[:mem], "--cpus", info[:cpus], "--hwvirtex", "on"] end # end provider end # end config end # end cluster end </code> /via: [[https://gist.github.com/roblayton/c629683ca74658412487]]
3 nodos vagrant + docker @tech:vagrant:vagrantfile
2 Resultats, Darrera modificació:
network", ip: "10.0.100.101" nodo1.vm.provision "shell", path: "install-docker.sh" ... curl \ gnupg2 \ software-properties-common \ vim curl -fsSL https://download.docker.com/l
vagrant + docker + ngnix @tech:vagrant:vagrantfile
2 Resultats, Darrera modificació:
ed_folder "./data","/vagrant" # config.vm.provision "shell", path: "install.sh" config.vm.provision "docker" do |d| d.pull_images "nginx" d.run
vagrantfile examples
1 Resultats, Darrera modificació:
config.vm.hostname = "prueba1" config.vm.provision "shell", path: "actualizar.sh" config.vm.netwo
vagrant + docker @tech:vagrant:vagrantfile
1 Resultats, Darrera modificació:
ced_folder "./data","/vagrant" config.vm.provision "docker" config.vm.provider "virtualbox" do |vb