Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- VAGRANT
- devops info}} ~~NOTOC~~ * [[tech:vagrant:vagrantfile]] * [[tech:vagrant:vagrantfile-examples]] == related {{topic>vagrant&nouser&nodate&tags}} == help * [[https://www.vagrantup.com/docs/vagrantfile/machine_settings]] * vagrant_hosts -> ''sync_ho... nfig.vm : [[https://www.vagrantup.com/docs/vagrantfile/machine_settings.html]] * provision docker : [[
- vagrant weblogic @tech:vagrant:vagrantfile
- = vagrant weblogic {{tag>Vagrantfile}} == 12 <code yaml; Vagrantfile> Vagrant.configure("2") do |config| config.vm.box = "peru/ubuntu-18.... ox_version = "20190401.01" config.vm.provision "file", source: "./orainst.loc", destination: "/tmp/orainst.loc" config.vm.provision "file", source: "./12c_repository_file.xml", destinatio
- vagrant mysql @tech:vagrant:vagrantfile
- = vagrant mysql {{tag>Vagrantfile}} los ficheros necesarios se han servido desde un pequeño contenedor ... vez, pero no las posteriores) <code yaml; Vagrantfile> IP = '192.168.1.20' VERSION = '5.5' NAME = "mysq... arado para depender del nginx. <code yaml; Vagrantfile> Vagrant.configure("2") do |config| config.vm.b... ox_version = "20190401.01" config.vm.provision "file", source: "../../common/addroot.sql", destination
- master template @tech:vagrant:vagrantfile
- = master template {{tag>Vagrantfile}} == master (DSP) * la configuración de las VM está en fichero se... rado <sxh ruby; highlight:[13-14]; title: Vagrantfile> API_VERSION = '2' VMS_FILE_PATH = 'vagrant/vms.yml' hosts = YAML.load_file(VMS_FILE_PATH) Vagrant.configure(API_VERSION) do |con
- vagrantfile examples
- = vagrantfile examples {{NEWPAGE>tech:vagrant:vagrantfile}} {{topic>Vagrantfile&nodate&nouser&sort&tags}} == vagrant box * crear una box en Vagrant: - ''... eedor, etc...) - descargar (desde otro Vagrantfile):<code yaml; Vagrantfile></code> == ejemplos =
- 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 u... $PWD:/http tiagoad/nginx-index</code> == Vagrantfile <code yaml; Vagrantfile> Vagrant.configure("2") do |config| config.vm.box = "peru/ubuntu-18.04-deskto... ox_version = "20190401.01" config.vm.provision "file", source: "tomcat.service", destination: "/tmp/to
- vagrantfile
- = vagrantfile * provisioning: [[https://www.vagrantup.com/docs/provisioning]] == Vagrant.configure("2"... amespace: [[https://www.vagrantup.com/docs/vagrantfile/machine_settings#machine-settings]] === box * b... ionar (para info) * **type**: * shell * file * **after**: (experimental) * [[https://www... end</code> * <code>config.vm.provision [name] :file, path: "bootstrap.sh"</code> === network === syn
- Vagrantfile: multi-machine cluster in a loop @tech:vagrant:vagrantfile
- = Vagrantfile: multi-machine cluster in a loop {{tag>Vagrantfile}} <code ruby> # -*- mode: ruby -*- # vi: set ft=ruby : VAGRANTFILE_API_VERSION = "2" cluster = { "master" => { :i... => 1, :mem => 1024 } } Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| cluster.each_with_ind
- vagrant php @tech:vagrant:vagrantfile
- = vagrant php {{tag>Vagrantfile}} == php5 <code yaml; Vagrantfile> Vagrant.configure("2") do |config| config.vm.box = "peru/ubuntu-1... ox_version = "20190401.01" config.vm.provision "file", source: "../../common/info.php", destination: "
- vagrant + docker @tech:vagrant:vagrantfile
- = vagrant + docker {{tag>Vagrantfile}} <code ruby; vagrantfile>Vagrant.configure(2) do |config| config.vm.box = "debian/bullseye64" con
- 3 nodos vagrant + docker @tech:vagrant:vagrantfile
- = 3 nodos vagrant + docker {{tag>Vagrantfile}} la idea es desplegar un cluster swarm <sxh ruby; title:
- vagrant + docker + ngnix @tech:vagrant:vagrantfile
- = vagrant + docker + ngnix {{tag>Vagrantfile}} <sxh ruby; title: vagrant despliega docker, falta ./data