pulitux před 1 rokem
revize
ba7ba89462

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
.vagrant/bundler/global.sol


+ 1 - 0
.vagrant/machines/workstation1/virtualbox/vagrant_cwd

@@ -0,0 +1 @@
+/home/pulitux/net_labs/workstations

+ 1 - 0
.vagrant/machines/workstation2/virtualbox/vagrant_cwd

@@ -0,0 +1 @@
+/home/pulitux/net_labs/workstations

+ 1 - 0
.vagrant/machines/workstation3/virtualbox/vagrant_cwd

@@ -0,0 +1 @@
+/home/pulitux/net_labs/workstations

+ 7 - 0
.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory

@@ -0,0 +1,7 @@
+# Generated by Vagrant
+
+workstation22 ansible_ssh_host=127.0.0.1 ansible_ssh_port=2203 ansible_ssh_user='vagrant' ansible_ssh_private_key_file='/home/pulitux/net_labs/workstations/.vagrant/machines/workstation22/virtualbox/private_key'
+workstation11 ansible_ssh_host=127.0.0.1 ansible_ssh_port=2222 ansible_ssh_user='vagrant' ansible_ssh_private_key_file='/home/pulitux/net_labs/workstations/.vagrant/machines/workstation11/virtualbox/private_key'
+workstation12 ansible_ssh_host=127.0.0.1 ansible_ssh_port=2200 ansible_ssh_user='vagrant' ansible_ssh_private_key_file='/home/pulitux/net_labs/workstations/.vagrant/machines/workstation12/virtualbox/private_key'
+workstation21 ansible_ssh_host=127.0.0.1 ansible_ssh_port=2202 ansible_ssh_user='vagrant' ansible_ssh_private_key_file='/home/pulitux/net_labs/workstations/.vagrant/machines/workstation21/virtualbox/private_key'
+workstation13 ansible_ssh_host=127.0.0.1 ansible_ssh_port=2201 ansible_ssh_user='vagrant' ansible_ssh_private_key_file='/home/pulitux/net_labs/workstations/.vagrant/machines/workstation13/virtualbox/private_key'

+ 12 - 0
.vagrant/rgloader/loader.rb

@@ -0,0 +1,12 @@
+# Copyright (c) HashiCorp, Inc.
+# SPDX-License-Identifier: BUSL-1.1
+
+# This file loads the proper rgloader/loader.rb file that comes packaged
+# with Vagrant so that encoded files can properly run with Vagrant.
+
+if ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"]
+  require File.expand_path(
+    "rgloader/loader", ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"])
+else
+  raise "Encoded files can't be read outside of the Vagrant installer."
+end

+ 41 - 0
Vagrantfile

@@ -0,0 +1,41 @@
+Vagrant.configure("2") do |config|
+  # Configuración de las máquinas Ubuntu
+  config.vm.provider "virtualbox" do |v|
+    v.linked_clone = true
+    v.memory = "512"
+    v.customize ["modifyvm", :id, "--groups", "/lab1"]
+    v.customize ["modifyvm", :id, "--pagefusion", "on"]
+  end
+
+  # Crear 3 máquinas de trabajo en la red 10.1.1.0/24
+
+  (1..3).each do |i|
+    config.vm.define "workstation1#{i}" do |node|
+      node.vm.box = "ubuntu/jammy64"
+      node.vm.hostname = "workstation1#{i}"
+      node.vm.network "private_network", ip: "10.1.1.10#{i}"
+      node.vm.provider "virtualbox" do |vb|
+        vb.name = "workstation1#{i}"
+      end
+    end
+  end
+
+  # Crear 3 máquinas de trabajo en la red 10.1.2.0/24
+
+  (1..3).each do |i|
+    config.vm.define "workstation2#{i}" do |node|
+      node.vm.box = "ubuntu/jammy64"
+      node.vm.hostname = "workstation2#{i}"
+      node.vm.network "private_network", ip: "10.1.2.10#{i}"
+      node.vm.provider "virtualbox" do |vb|
+        vb.name = "workstation2#{i}"
+      end
+    end
+  end
+
+  # Provisioning con Ansible
+  config.vm.provision "ansible" do |ansible|
+    ansible.playbook = "workstations.yml"
+  end
+
+end

+ 25 - 0
Vagrantfile.save

@@ -0,0 +1,25 @@
+Vagrant.configure("2") do |config|
+  # Configuración de las máquinas Ubuntu
+  config.vm.provider "virtualbox" do |v|
+    v.linked_clone = true
+    v.memory = "512"
+    v.customize ["modifyvm", :id, "--groups", "/lab1"]
+    v.customize ["modifyvm", :id, "--pagefusion", "on"]
+  end
+  (1..3).each do |i|
+    config.vm.define "workstation#{i}" do |node|
+      node.vm.box = "ubuntu/bionic64"
+      node.vm.hostname = "workstation#{i}"
+      node.vm.network "private_network", ip: "192.168.56.10#{i}"
+      node.vm.provider "virtualbox" do |vb|
+        vb.name = "workstation#{i}"
+      end
+    end
+  end
+
+  # Provisioning con Ansible
+  config.vm.provision "ansible" do |ansible|
+    ansible.playbook = "workstations.yml"
+  end
+
+end

+ 711 - 0
ubuntu-bionic-18.04-cloudimg-console.log

@@ -0,0 +1,711 @@
+[    0.000000] Linux version 4.15.0-212-generic (buildd@lcy02-amd64-083) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #223-Ubuntu SMP Tue May 23 13:09:22 UTC 2023 (Ubuntu 4.15.0-212.223-generic 4.15.18)
+[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-212-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
+[    0.000000] KERNEL supported cpus:
+[    0.000000]   Intel GenuineIntel
+[    0.000000]   AMD AuthenticAMD
+[    0.000000]   Centaur CentaurHauls
+[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
+[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
+[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
+[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
+[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
+[    0.000000] e820: BIOS-provided physical RAM map:
+[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
+[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
+[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
+[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffeffff] usable
+[    0.000000] BIOS-e820: [mem 0x000000001fff0000-0x000000001fffffff] ACPI data
+[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
+[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
+[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
+[    0.000000] NX (Execute Disable) protection: active
+[    0.000000] SMBIOS 2.5 present.
+[    0.000000] DMI: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006
+[    0.000000] Hypervisor detected: KVM
+[    0.000000] e820: last_pfn = 0x1fff0 max_arch_pfn = 0x400000000
+[    0.000000] MTRR: Disabled
+[    0.000000] x86/PAT: MTRRs disabled, skipping PAT initialization too.
+[    0.000000] CPU MTRRs all blank - virtualized system.
+[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
+[    0.000000] found SMP MP-table at [mem 0x0009fff0-0x0009ffff]
+[    0.000000] Scanning 1 areas for low memory corruption
+[    0.000000] RAMDISK: [mem 0x1db01000-0x1ee12fff]
+[    0.000000] ACPI: Early table checksum verification disabled
+[    0.000000] ACPI: RSDP 0x00000000000E0000 000024 (v02 VBOX  )
+[    0.000000] ACPI: XSDT 0x000000001FFF0030 00003C (v01 VBOX   VBOXXSDT 00000001 ASL  00000061)
+[    0.000000] ACPI: FACP 0x000000001FFF00F0 0000F4 (v04 VBOX   VBOXFACP 00000001 ASL  00000061)
+[    0.000000] ACPI: DSDT 0x000000001FFF0610 002353 (v02 VBOX   VBOXBIOS 00000002 INTL 20200925)
+[    0.000000] ACPI: FACS 0x000000001FFF0200 000040
+[    0.000000] ACPI: FACS 0x000000001FFF0200 000040
+[    0.000000] ACPI: APIC 0x000000001FFF0240 00005C (v02 VBOX   VBOXAPIC 00000001 ASL  00000061)
+[    0.000000] ACPI: SSDT 0x000000001FFF02A0 00036C (v01 VBOX   VBOXCPUT 00000002 INTL 20200925)
+[    0.000000] ACPI: Reserving FACP table memory at [mem 0x1fff00f0-0x1fff01e3]
+[    0.000000] ACPI: Reserving DSDT table memory at [mem 0x1fff0610-0x1fff2962]
+[    0.000000] ACPI: Reserving FACS table memory at [mem 0x1fff0200-0x1fff023f]
+[    0.000000] ACPI: Reserving FACS table memory at [mem 0x1fff0200-0x1fff023f]
+[    0.000000] ACPI: Reserving APIC table memory at [mem 0x1fff0240-0x1fff029b]
+[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x1fff02a0-0x1fff060b]
+[    0.000000] No NUMA configuration found
+[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffeffff]
+[    0.000000] NODE_DATA(0) allocated [mem 0x1ffc5000-0x1ffeffff]
+[    0.000000] kvm-clock: cpu 0, msr 0:1ff44001, primary cpu clock
+[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
+[    0.000000] kvm-clock: using sched offset of 3517468395 cycles
+[    0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
+[    0.000000] Zone ranges:
+[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
+[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000001ffeffff]
+[    0.000000]   Normal   empty
+[    0.000000]   Device   empty
+[    0.000000] Movable zone start for each node
+[    0.000000] Early memory node ranges
+[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
+[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001ffeffff]
+[    0.000000] Reserved but unavailable: 104 pages
+[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffeffff]
+[    0.000000] ACPI: PM-Timer IO Port: 0x4008
+[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
+[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
+[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
+[    0.000000] Using ACPI (MADT) for SMP configuration information
+[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
+[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
+[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
+[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
+[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
+[    0.000000] e820: [mem 0x20000000-0xfebfffff] available for PCI devices
+[    0.000000] Booting paravirtualized kernel on KVM
+[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
+[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
+[    0.000000] percpu: Embedded 50 pages/cpu s167936 r8192 d28672 u1048576
+[    0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
+[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 128889
+[    0.000000] Policy zone: DMA32
+[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-212-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
+[    0.000000] Memory: 466548K/523832K available (12300K kernel code, 2477K rwdata, 4324K rodata, 2480K init, 2720K bss, 57284K reserved, 0K cma-reserved)
+[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
+[    0.000000] Kernel/User page tables isolation: enabled
+[    0.000000] ftrace: allocating 39508 entries in 155 pages
+[    0.004000] Hierarchical RCU implementation.
+[    0.004000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
+[    0.004000] 	Tasks RCU enabled.
+[    0.004000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
+[    0.004000] NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 16
+[    0.004000] random: crng init done
+[    0.004000] Console: colour VGA+ 80x25
+[    0.004000] console [tty1] enabled
+[    0.004000] console [ttyS0] enabled
+[    0.004000] ACPI: Core revision 20170831
+[    0.004000] ACPI: 2 ACPI AML tables successfully acquired and loaded
+[    0.004000] APIC: Switch to symmetric I/O mode setup
+[    0.004000] x2apic enabled
+[    0.004000] Switched APIC routing to physical x2apic.
+[    0.004000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
+[    0.004000] tsc: Detected 1800.001 MHz processor
+[    0.004000] Calibrating delay loop (skipped) preset value.. 3600.00 BogoMIPS (lpj=7200004)
+[    0.004000] pid_max: default: 32768 minimum: 301
+[    0.004000] Security Framework initialized
+[    0.004000] Yama: becoming mindful.
+[    0.004000] AppArmor: AppArmor initialized
+[    0.004000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
+[    0.004000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
+[    0.004000] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
+[    0.004000] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
+[    0.004000] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
+[    0.004000] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
+[    0.004000] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
+[    0.004000] Spectre V2 : Mitigation: Retpolines
+[    0.004000] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
+[    0.004000] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
+[    0.004000] RETBleed: WARNING: Spectre v2 mitigation leaves CPU vulnerable to RETBleed attacks, data leaks possible!
+[    0.004000] RETBleed: Vulnerable
+[    0.004000] Speculative Store Bypass: Vulnerable
+[    0.004000] MDS: Mitigation: Clear CPU buffers
+[    0.004000] MMIO Stale Data: Mitigation: Clear CPU buffers
+[    0.004000] SRBDS: Unknown: Dependent on hypervisor status
+[    0.004000] Freeing SMP alternatives memory: 36K
+[    0.125743] APIC calibration not consistent with PM-Timer: 104ms instead of 100ms
+[    0.126969] APIC delta adjusted to PM-Timer: 6418301 (6683601)
+[    0.128052] smpboot: CPU0: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz (family: 0x6, model: 0x8e, stepping: 0xc)
+[    0.129776] Performance Events: unsupported p6 CPU model 142 no PMU driver, software events only.
+[    0.131218] Hierarchical SRCU implementation.
+[    0.132333] NMI watchdog: Perf event create on CPU 0 failed with -2
+[    0.133278] NMI watchdog: Perf NMI watchdog permanently disabled
+[    0.134238] smp: Bringing up secondary CPUs ...
+[    0.134975] x86: Booting SMP configuration:
+[    0.135656] .... node  #0, CPUs:      #1
+[    0.004000] kvm-clock: cpu 1, msr 0:1ff44041, secondary cpu clock
+[    0.139037] smp: Brought up 1 node, 2 CPUs
+[    0.140004] smpboot: Max logical packages: 1
+[    0.140661] smpboot: Total of 2 processors activated (7200.00 BogoMIPS)
+[    0.141685] devtmpfs: initialized
+[    0.141685] x86/mm: Memory block size: 128MB
+[    0.141685] evm: security.selinux
+[    0.144004] evm: security.SMACK64
+[    0.144673] evm: security.SMACK64EXEC
+[    0.145237] evm: security.SMACK64TRANSMUTE
+[    0.145885] evm: security.SMACK64MMAP
+[    0.146407] evm: security.apparmor
+[    0.146984] evm: security.ima
+[    0.147423] evm: security.capability
+[    0.148076] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
+[    0.149435] futex hash table entries: 512 (order: 3, 32768 bytes)
+[    0.150352] pinctrl core: initialized pinctrl subsystem
+[    0.151132] RTC time: 23:06:03, date: 08/04/24
+[    0.151946] NET: Registered protocol family 16
+[    0.152056] audit: initializing netlink subsys (disabled)
+[    0.152866] audit: type=2000 audit(1722812768.488:1): state=initialized audit_enabled=0 res=1
+[    0.153108] cpuidle: using governor ladder
+[    0.153108] cpuidle: using governor menu
+[    0.153405] ACPI: bus type PCI registered
+[    0.156003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
+[    0.156996] PCI: Using configuration type 1 for base access
+[    0.157824] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
+[    0.160055] ACPI: Added _OSI(Module Device)
+[    0.161070] ACPI: Added _OSI(Processor Device)
+[    0.161804] ACPI: Added _OSI(3.0 _SCP Extensions)
+[    0.162545] ACPI: Added _OSI(Processor Aggregator Device)
+[    0.163358] ACPI: Added _OSI(Linux-Dell-Video)
+[    0.164005] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
+[    0.164815] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
+[    0.165863] ACPI: Executed 1 blocks of module-level executable AML code
+[    0.169955] ACPI: Interpreter enabled
+[    0.170487] ACPI: (supports S0 S5)
+[    0.171042] ACPI: Using IOAPIC for interrupt routing
+[    0.172000] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
+[    0.172115] ACPI: Enabled 2 GPEs in block 00 to 07
+[    0.180223] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
+[    0.181401] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
+[    0.183014] acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
+[    0.184068] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
+[    0.185956] PCI host bridge to bus 0000:00
+[    0.186600] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
+[    0.188002] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
+[    0.188956] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
+[    0.190074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfdffffff window]
+[    0.191343] pci_bus 0000:00: root bus resource [bus 00-ff]
+[    0.193458] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
+[    0.194503] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
+[    0.196003] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
+[    0.197077] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
+[    0.207118] pci 0000:00:07.0: quirk: [io  0x4000-0x403f] claimed by PIIX4 ACPI
+[    0.208026] pci 0000:00:07.0: quirk: [io  0x4100-0x410f] claimed by PIIX4 SMB
+[    0.215027] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 9 10 *11)
+[    0.216208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 *10 11)
+[    0.217068] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 *9 10 11)
+[    0.218159] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 9 10 *11)
+[    0.219347] SCSI subsystem initialized
+[    0.220025] pci 0000:00:02.0: vgaarb: setting as boot VGA device
+[    0.220809] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
+[    0.221818] pci 0000:00:02.0: vgaarb: bridge control possible
+[    0.222792] vgaarb: loaded
+[    0.223411] ACPI: bus type USB registered
+[    0.224000] usbcore: registered new interface driver usbfs
+[    0.224056] usbcore: registered new interface driver hub
+[    0.225056] usbcore: registered new device driver usb
+[    0.225923] EDAC MC: Ver: 3.0.0
+[    0.225923] PCI: Using ACPI for IRQ routing
+[    0.228281] NetLabel: Initializing
+[    0.228939] NetLabel:  domain hash size = 128
+[    0.229628] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
+[    0.230597] NetLabel:  unlabeled traffic allowed by default
+[    0.231427] clocksource: Switched to clocksource kvm-clock
+[    0.236125] VFS: Disk quotas dquot_6.6.0
+[    0.236125] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
+[    0.236125] AppArmor: AppArmor Filesystem Enabled
+[    0.236125] pnp: PnP ACPI init
+[    0.236125] pnp: PnP ACPI: found 3 devices
+[    0.251033] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
+[    0.252194] NET: Registered protocol family 2
+[    0.252636] IP idents hash table entries: 8192 (order: 4, 65536 bytes)
+[    0.254441] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
+[    0.255678] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
+[    0.256768] TCP: Hash tables configured (established 4096 bind 4096)
+[    0.257615] UDP hash table entries: 256 (order: 1, 8192 bytes)
+[    0.258373] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
+[    0.258373] NET: Registered protocol family 1
+[    0.258373] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
+[    0.258373] pci 0000:00:01.0: Activating ISA DMA hang workarounds
+[    0.258373] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
+[    0.258373] Unpacking initramfs...
+[    0.524017] Freeing initrd memory: 19528K
+[    0.524017] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x19f22aa45f0, max_idle_ns: 440795269146 ns
+[    0.524017] platform rtc_cmos: registered platform RTC device (no PNP device found)
+[    0.524017] Scanning for low memory corruption every 60 seconds
+[    0.528703] Initialise system trusted keyrings
+[    0.529376] Key type blacklist registered
+[    0.529895] workingset: timestamp_bits=36 max_order=17 bucket_order=0
+[    0.531747] zbud: loaded
+[    0.533025] squashfs: version 4.0 (2009/01/31) Phillip Lougher
+[    0.534493] fuse init (API version 7.26)
+[    0.537105] Key type asymmetric registered
+[    0.537814] Asymmetric key parser 'x509' registered
+[    0.538562] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
+[    0.539586] io scheduler noop registered
+[    0.540158] io scheduler deadline registered
+[    0.540701] io scheduler cfq registered (default)
+[    0.541556] ACPI: AC Adapter [AC] (on-line)
+[    0.542168] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
+[    0.543118] ACPI: Power Button [PWRF]
+[    0.543598] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
+[    0.544570] ACPI: Sleep Button [SLPF]
+[    0.545887] ACPI: Battery Slot [BAT0] (battery present)
+[    0.546606] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
+[    0.567949] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
+[    0.571854] Linux agpgart interface v0.103
+[    0.574069] loop: module loaded
+[    0.574848] scsi host0: ata_piix
+[    0.575448] scsi host1: ata_piix
+[    0.575959] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xd000 irq 14
+[    0.577067] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xd008 irq 15
+[    0.578165] tun: Universal TUN/TAP device driver, 1.6
+[    0.579063] PPP generic driver version 2.4.2
+[    0.579594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
+[    0.580403] ehci-pci: EHCI PCI platform driver
+[    0.580971] ehci-platform: EHCI generic platform driver
+[    0.581758] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
+[    0.582498] ohci-pci: OHCI PCI platform driver
+[    0.583144] ohci-platform: OHCI generic platform driver
+[    0.583740] uhci_hcd: USB Universal Host Controller Interface driver
+[    0.584575] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
+[    0.586018] serio: i8042 KBD port at 0x60,0x64 irq 1
+[    0.587056] serio: i8042 AUX port at 0x60,0x64 irq 12
+[    0.588068] mousedev: PS/2 mouse device common for all mice
+[    0.589411] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
+[    0.590644] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
+[    0.591479] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
+[    0.592357] i2c /dev entries driver
+[    0.592864] device-mapper: uevent: version 1.0.3
+[    0.593580] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
+[    0.594726] ledtrig-cpu: registered to indicate activity on CPUs
+[    0.595767] NET: Registered protocol family 10
+[    0.600991] Segment Routing with IPv6
+[    0.601737] NET: Registered protocol family 17
+[    0.602577] Key type dns_resolver registered
+[    0.603689] mce: Using 0 MCE banks
+[    0.604270] RAS: Correctable Errors collector initialized.
+[    0.605115] sched_clock: Marking stable (604236288, 0)->(751202812, -146966524)
+[    0.606402] registered taskstats version 1
+[    0.606943] Loading compiled-in X.509 certificates
+[    0.609980] Loaded X.509 cert 'Build time autogenerated kernel key: b5b26778eaa3ab3a4a6cee031137706e947d12ad'
+[    0.612944] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
+[    0.615276] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
+[    0.616972] blacklist: Loading compiled-in revocation X.509 certificates
+[    0.618031] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
+[    0.619731] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03'
+[    0.621475] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b'
+[    0.623088] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8'
+[    0.624557] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d'
+[    0.626053] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c'
+[    0.627466] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af'
+[    0.628881] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9'
+[    0.630445] zswap: loaded using pool lzo/zbud
+[    0.634190] Key type big_key registered
+[    0.634737] Key type trusted registered
+[    0.636836] Key type encrypted registered
+[    0.637575] AppArmor: AppArmor sha1 policy hashing enabled
+[    0.638446] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
+[    0.639319] ima: Allocated hash algorithm: sha1
+[    0.640032] evm: HMAC attrs: 0x1
+[    0.640729]   Magic number: 4:817:149
+[    0.641404] rtc_cmos rtc_cmos: setting system clock to 2024-08-04 23:06:04 UTC (1722812764)
+[    0.642707] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
+[    0.643466] EDD information not available.
+[    0.773043] Freeing unused kernel image memory: 2480K
+[    0.784279] Write protecting the kernel read-only data: 20480k
+[    0.786102] Freeing unused kernel image memory: 2008K
+[    0.787531] Freeing unused kernel image memory: 1820K
+[    0.798503] x86/mm: Checked W+X mappings: passed, no W+X pages found.
+[    0.799446] x86/mm: Checking user space page tables
+[    0.808316] x86/mm: Checked W+X mappings: passed, no W+X pages found.
+Loading, please wait...
+starting version 237
+[    0.865677] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
+[    0.866769] e1000: Copyright (c) 1999-2006 Intel Corporation.
+[    0.875088] Fusion MPT base driver 3.04.20
+[    0.875802] Copyright (c) 1999-2008 LSI Corporation
+[    0.883539] Fusion MPT SPI Host driver 3.04.20
+[    0.894315] AVX2 version of gcm_enc/dec engaged.
+[    0.895251] AES CTR mode by8 optimization enabled
+[    1.114189] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4
+[    1.325603] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 02:3b:7b:b7:3b:2d
+[    1.329158] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection
+[    1.926194] e1000 0000:00:08.0 eth1: (PCI:33MHz:32-bit) 08:00:27:d3:8a:34
+[    1.929972] e1000 0000:00:08.0 eth1: Intel(R) PRO/1000 Network Connection
+[    1.937109] e1000 0000:00:08.0 enp0s8: renamed from eth1
+[    1.956115] mptbase: ioc0: Initiating bringup
+[    1.976505] e1000 0000:00:03.0 enp0s3: renamed from eth0
+[    2.076705] ioc0: LSI53C1030 A0: Capabilities={Initiator}
+[    2.323928] scsi host2: ioc0: LSI53C1030 A0, FwRev=00000000h, Ports=1, MaxQ=256, IRQ=20
+[    2.497700] scsi 2:0:0:0: Direct-Access     VBOX     HARDDISK         1.0  PQ: 0 ANSI: 5
+[    2.842355] scsi target2:0:0: Beginning Domain Validation
+[    2.848288] scsi target2:0:0: Domain Validation skipping write tests
+[    2.852617] scsi target2:0:0: Ending Domain Validation
+[    2.856517] scsi target2:0:0: asynchronous
+[    2.861477] scsi 2:0:1:0: Direct-Access     VBOX     HARDDISK         1.0  PQ: 0 ANSI: 5
+[    3.408301] scsi target2:0:1: Beginning Domain Validation
+[    3.415317] scsi target2:0:1: Domain Validation skipping write tests
+[    3.418934] scsi target2:0:1: Ending Domain Validation
+[    3.422369] scsi target2:0:1: asynchronous
+[    3.440555] sd 2:0:0:0: Attached scsi generic sg0 type 0
+[    3.443524] sd 2:0:0:0: [sda] 83886080 512-byte logical blocks: (42.9 GB/40.0 GiB)
+[    3.447027] sd 2:0:1:0: Attached scsi generic sg1 type 0
+[    3.448693] sd 2:0:0:0: [sda] Write Protect is off
+[    3.448835] sd 2:0:1:0: [sdb] 20480 512-byte logical blocks: (10.5 MB/10.0 MiB)
+[    3.450409] sd 2:0:0:0: [sda] Incomplete mode parameter data
+[    3.453949] sd 2:0:0:0: [sda] Assuming drive cache: write through
+[    3.454020] sd 2:0:1:0: [sdb] Write Protect is off
+[    3.457228] sd 2:0:1:0: [sdb] Incomplete mode parameter data
+[    3.458455] sd 2:0:1:0: [sdb] Assuming drive cache: write through
+[    3.458742]  sda: sda1
+[    3.461002] sd 2:0:0:0: [sda] Attached SCSI disk
+[    3.463750] sd 2:0:1:0: [sdb] Attached SCSI disk
+Begin: Loading essential drivers ... [    4.904042] raid6: sse2x1   gen() 11637 MB/s
+[    4.952647] raid6: sse2x1   xor()  7108 MB/s
+[    5.000160] raid6: sse2x2   gen() 14798 MB/s
+[    5.057805] raid6: sse2x2   xor() 11714 MB/s
+[    5.104581] raid6: sse2x4   gen() 15488 MB/s
+[    5.152142] raid6: sse2x4   xor()  9091 MB/s
+[    5.211672] raid6: avx2x1   gen() 29288 MB/s
+[    5.268785] raid6: avx2x1   xor() 16282 MB/s
+[    5.324149] raid6: avx2x2   gen() 32089 MB/s
+[    5.377798] raid6: avx2x2   xor() 18515 MB/s
+[    5.437061] raid6: avx2x4   gen() 24256 MB/s
+[    5.491780] raid6: avx2x4   xor() 22009 MB/s
+[    5.492492] raid6: using algorithm avx2x2 gen() 32089 MB/s
+[    5.493133] raid6: .... xor() 18515 MB/s, rmw enabled
+[    5.493721] raid6: using avx2x2 recovery algorithm
+[    5.495135] xor: automatically using best checksumming function   avx       
+[    5.496732] async_tx: api initialized (async)
+done.
+Begin: Running /scripts/init-premount ... done.
+Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
+Begin: Running /scripts/local-premount ... [    5.537335] Btrfs loaded, crc32c=crc32c-intel
+Scanning for Btrfs filesystems
+done.
+Warning: fsck not present, so skipping root file system
+[    5.567244] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
+done.
+Begin: Running /scripts/local-bottom ... done.
+Begin: Running /scripts/init-bottom ... done.
+[    5.844598] ip_tables: (C) 2000-2006 Netfilter Core Team
+[    5.869624] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
+[    5.878475] systemd[1]: Detected virtualization oracle.
+[    5.880114] systemd[1]: Detected architecture x86-64.
+
+Welcome to Ubuntu 18.04.6 LTS!
+
+[    5.888964] systemd[1]: Set hostname to <ubuntu>.
+[    5.893561] systemd[1]: Initializing machine ID from random generator.
+[    5.894688] systemd[1]: Installed transient /etc/machine-id file.
+[    6.272788] systemd[1]: Reached target User and Group Name Lookups.
+[  OK  ] Reached target User and Group Name Lookups.
+[    6.277013] systemd[1]: Created slice System Slice.
+[  OK  ] Created slice System Slice.
+[    6.288531] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
+[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
+[    6.291275] systemd[1]: Listening on Network Service Netlink Socket.
+[  OK  ] Listening on Network Service Netlink Socket.
+[  OK  ] Created slice system-serial\x2dgetty.slice.
+[  OK  ] Listening on Syslog Socket.
+[  OK  ] Listening on Journal Socket.
+         Mounting Huge Pages File System...
+         Starting Load Kernel Modules...
+[  OK  ] Reached target System Time Synchronized.
+         Starting Uncomplicated firewall...
+         Starting Create list of required st…ce nodes for the current kernel...
+[  OK  ] Listening on Journal Audit Socket.
+[  OK  ] Created slice User and Session Slice.
+[  OK  ] Reached target Slices.
+[    6.335248] Loading iSCSI transport class v2.0-870.
+         Mounting POSIX Message Queue File System...
+[  OK  ] Reached target Mounting snaps.
+[  OK  ] Reached target Mounted snaps.
+[  OK  ] Listening on LVM2 metadata daemon socket.
+[  OK  ] Started Forward Password Requests to Wall Directory Watch.
+[  OK  ] Listening on LVM2 poll daemon socket.
+[    6.344797] iscsi: registered transport (tcp)
+[  OK  ] Listening on Journal Socket (/dev/log).
+[  OK  ] Set up automount Arbitrary Executab…rmats File System Automount Point.
+         Starting Journal Service...
+         Mounting Kernel Debug File System...
+[  OK  ] Listening on fsck to fsckd communication Socket.
+[  OK  ] Listening on udev Control Socket.
+[  OK  ] Listening on Device-mapper event daemon FIFOs.
+         Starting Monitoring of LVM2 mirrors…ng dmeventd or progress polling...
+[  OK  ] Reached target Swap.
+         Starting Set the console keyboard layout...
+         Starting File System Check on Root Device...
+[  OK  ] Listening on udev Kernel Socket.
+         Starting udev Coldplug all Devices...
+[  OK  ] Mounted Huge Pages File System.
+[  OK  ] Started Uncomplicated firewall.
+[  OK  ] Started Create list of required sta…vice nodes for the current kernel.
+[  OK  ] Mounted POSIX Message Queue File System.
+[  OK  ] Mounted Kernel Debug File System.
+         Starting Create Static Device Nodes in /dev...
+[  OK  ] Started Journal Service.
+[  OK  ] Started LVM2 metadata daemon.
+[  OK  ] Started File System Check Daemon to report status.
+[    6.459274] iscsi: registered transport (iser)
+[  OK  ] Started Load Kernel Modules.
+         Mounting Kernel Configuration File System...
+         Mounting FUSE Control File System...
+         Starting Apply Kernel Variables...
+[  OK  ] Mounted Kernel Configuration File System.
+[  OK  ] Mounted FUSE Control File System.
+[  OK  ] Started Create Static Device Nodes in /dev.
+[  OK  ] Started udev Coldplug all Devices.
+[  OK  ] Started Monitoring of LVM2 mirrors,…sing dmeventd or progress polling.
+[  OK  ] Started File System Check on Root Device.
+         Starting Remount Root and Kernel File Systems...
+[  OK  ] Started Apply Kernel Variables.
+[  OK  ] Started Remount Root and Kernel File Systems.
+         Starting udev Kernel Device Manager...
+         Starting Flush Journal to Persistent Storage...
+         Starting Load/Save Random Seed...
+[  OK  ] Started udev Kernel Device Manager.
+[  OK  ] Started Load/Save Random Seed.
+[  OK  ] Started Flush Journal to Persistent Storage.
+[  OK  ] Found device /dev/ttyS0.
+[  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
+         Mounting Arbitrary Executable File Formats File System...
+[  OK  ] Mounted Arbitrary Executable File Formats File System.
+[  OK  ] Started Set the console keyboard layout.
+[  OK  ] Reached target Local File Systems (Pre).
+[  OK  ] Reached target Local File Systems.
+         Starting Set console font and keymap...
+         Starting Tell Plymouth To Write Out Runtime Data...
+         Starting ebtables ruleset management...
+         Starting AppArmor initialization...
+         Starting Commit a transient machine-id on disk...
+         Starting Create Volatile Files and Directories...
+[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
+[  OK  ] Reached target Local Encrypted Volumes.
+[  OK  ] Started Tell Plymouth To Write Out Runtime Data.
+[  OK  ] Started Create Volatile Files and Directories.
+         Starting Update UTMP about System Boot/Shutdown...
+[  OK  ] Started Update UTMP about System Boot/Shutdown.
+[  OK  ] Started Commit a transient machine-id on disk.
+[  OK  ] Started ebtables ruleset management.
+[  OK  ] Started AppArmor initialization.
+         Starting Initial cloud-init job (pre-networking)...
+         Starting Load AppArmor profiles managed internally by snapd...
+[  OK  ] Started Load AppArmor profiles managed internally by snapd.
+[  OK  ] Started Set console font and keymap.
+[    9.724349] cloud-init[837]: Cloud-init v. 23.1.2-0ubuntu0~18.04.1 running 'init-local' at Sun, 04 Aug 2024 23:06:13 +0000. Up 9.41 seconds.
+[  OK  ] Started Initial cloud-init job (pre-networking).
+[  OK  ] Reached target Network (Pre).
+         Starting Network Service...
+[  OK  ] Started Network Service.
+         Starting Network Name Resolution...
+         Starting Wait for Network to be Configured...
+[  OK  ] Started Network Name Resolution.
+[  OK  ] Reached target Host and Network Name Lookups.
+[  OK  ] Reached target Network.
+[  OK  ] Started Wait for Network to be Configured.
+         Starting Initial cloud-init job (metadata service crawler)...
+[   11.949082] cloud-init[1016]: Cloud-init v. 23.1.2-0ubuntu0~18.04.1 running 'init' at Sun, 04 Aug 2024 23:06:15 +0000. Up 11.79 seconds.
+[   11.950683] cloud-init[1016]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++
+[   11.951973] cloud-init[1016]: ci-info: +--------+-------+----------------------------+---------------+--------+-------------------+
+[   11.953261] cloud-init[1016]: ci-info: | Device |   Up  |          Address           |      Mask     | Scope  |     Hw-Address    |
+[   11.954516] cloud-init[1016]: ci-info: +--------+-------+----------------------------+---------------+--------+-------------------+
+[   11.955834] cloud-init[1016]: ci-info: | enp0s3 |  True |         10.0.2.15          | 255.255.255.0 | global | 02:3b:7b:b7:3b:2d |
+[   11.957135] cloud-init[1016]: ci-info: | enp0s3 |  True | fe80::3b:7bff:feb7:3b2d/64 |       .       |  link  | 02:3b:7b:b7:3b:2d |
+[   11.958340] cloud-init[1016]: ci-info: | enp0s8 | False |             .              |       .       |   .    | 08:00:27:d3:8a:34 |
+[   11.959381] cloud-init[1016]: ci-info: |   lo   |  True |         127.0.0.1          |   255.0.0.0   |  host  |         .         |
+[   11.960419] cloud-init[1016]: ci-info: |   lo   |  True |          ::1/128           |       .       |  host  |         .         |
+[   11.961634] cloud-init[1016]: ci-info: +--------+-------+----------------------------+---------------+--------+-------------------+
+[   11.962702] cloud-init[1016]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++
+[   11.963753] cloud-init[1016]: ci-info: +-------+-------------+----------+-----------------+-----------+-------+
+[   11.964593] cloud-init[1016]: ci-info: | Route | Destination | Gateway  |     Genmask     | Interface | Flags |
+[   11.965459] cloud-init[1016]: ci-info: +-------+-------------+----------+-----------------+-----------+-------+
+[   11.966309] cloud-init[1016]: ci-info: |   0   |   0.0.0.0   | 10.0.2.2 |     0.0.0.0     |   enp0s3  |   UG  |
+[   11.967347] cloud-init[1016]: ci-info: |   1   |   10.0.2.0  | 0.0.0.0  |  255.255.255.0  |   enp0s3  |   U   |
+[   11.968350] cloud-init[1016]: ci-info: |   2   |   10.0.2.2  | 0.0.0.0  | 255.255.255.255 |   enp0s3  |   UH  |
+[   11.969260] cloud-init[1016]: ci-info: +-------+-------------+----------+-----------------+-----------+-------+
+[   11.970267] cloud-init[1016]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++
+[   11.971080] cloud-init[1016]: ci-info: +-------+-------------+---------+-----------+-------+
+[   11.971765] cloud-init[1016]: ci-info: | Route | Destination | Gateway | Interface | Flags |
+[   11.972795] cloud-init[1016]: ci-info: +-------+-------------+---------+-----------+-------+
+[   11.973562] cloud-init[1016]: ci-info: |   1   |  fe80::/64  |    ::   |   enp0s3  |   U   |
+[   11.974510] cloud-init[1016]: ci-info: |   3   |    local    |    ::   |   enp0s3  |   U   |
+[   11.975295] cloud-init[1016]: ci-info: |   4   |   ff00::/8  |    ::   |   enp0s3  |   U   |
+[   11.976115] cloud-init[1016]: ci-info: +-------+-------------+---------+-----------+-------+
+[   12.826986] cloud-init[1016]: Generating public/private rsa key pair.
+[   12.827671] cloud-init[1016]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.
+[   12.828660] cloud-init[1016]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.
+[   12.829531] cloud-init[1016]: The key fingerprint is:
+[   12.830084] cloud-init[1016]: SHA256:hrom/eZGH+PzJrHyqehj3Fvngkx9qCquI0UCR3LLSj8 root@ubuntu-bionic
+[   12.831061] cloud-init[1016]: The key's randomart image is:
+[   12.831636] cloud-init[1016]: +---[RSA 2048]----+
+[   12.832173] cloud-init[1016]: |..o              |
+[   12.832518] cloud-init[1016]: |.+..             |
+[   12.833005] cloud-init[1016]: |.oo              |
+[   12.833500] cloud-init[1016]: |o.o    .         |
+[   12.834003] cloud-init[1016]: |.o E  ..S.       |
+[   12.834499] cloud-init[1016]: |  . ..o.* .      |
+[   12.834926] cloud-init[1016]: | . o.= =.*.      |
+[   12.844359] cloud-init[1016]: |o o *oO.B+.      |
+[   12.844751] cloud-init[1016]: |o+.*=B==o*o      |
+[   12.845117] cloud-init[1016]: +----[SHA256]-----+
+[   12.845579] cloud-init[1016]: Generating public/private dsa key pair.
+[   12.846111] cloud-init[1016]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.
+[   12.846988] cloud-init[1016]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.
+[   12.847738] cloud-init[1016]: The key fingerprint is:
+[   12.848275] cloud-init[1016]: SHA256:FaE1PGxMztRciFPIuu53mvzo/p2hXoIjVhnj8YhTtjA root@ubuntu-bionic
+[   12.849127] cloud-init[1016]: The key's randomart image is:
+[   12.849594] cloud-init[1016]: +---[DSA 1024]----+
+[   12.850081] cloud-init[1016]: |         *BB.o.  |
+[   12.850494] cloud-init[1016]: |         *@o+    |
+[   12.850967] cloud-init[1016]: |        EoXo     |
+[   12.851412] cloud-init[1016]: |        .O O     |
+[   12.866368] cloud-init[1016]: |        S.* .    |
+[   12.866959] cloud-init[1016]: |        .o .     |
+[   12.867530] cloud-init[1016]: |       .o o . o  |
+[   12.868131] cloud-init[1016]: |       ..o.+.= o |
+[   12.868652] cloud-init[1016]: |       ..+B*= o  |
+[   12.869424] cloud-init[1016]: +----[SHA256]-----+
+[   12.869960] cloud-init[1016]: Generating public/private ecdsa key pair.
+[   12.870646] cloud-init[1016]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.
+[   12.871564] cloud-init[1016]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.
+[   12.872522] cloud-init[1016]: The key fingerprint is:
+[   12.873119] cloud-init[1016]: SHA256:YDUpqxCfXuP3DXYVi/WMm5oqYUaZwnb9n5p7m2WCi8w root@ubuntu-bionic
+[   12.874057] cloud-init[1016]: The key's randomart image is:
+[   12.874642] cloud-init[1016]: +---[ECDSA 256]---+
+[   12.875168] cloud-init[1016]: |        o.       |
+[   12.875722] cloud-init[1016]: |  .   ....    o  |
+[   12.876261] cloud-init[1016]: |   o ooo +   o * |
+[   12.876826] cloud-init[1016]: |  . o.B.= . . + o|
+[   12.877373] cloud-init[1016]: |   o = =S  . . o |
+[   12.877896] cloud-init[1016]: |    o . = o o.o  |
+[   12.878424] cloud-init[1016]: |       + + +.+..o|
+[   12.878937] cloud-init[1016]: |        .o..+o+= |
+[   12.879473] cloud-init[1016]: |         .E.=+o. |
+[   12.880023] cloud-init[1016]: +----[SHA256]-----+
+[   12.880552] cloud-init[1016]: Generating public/private ed25519 key pair.
+[   12.881244] cloud-init[1016]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.
+[   12.882183] cloud-init[1016]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.
+[   12.883087] cloud-init[1016]: The key fingerprint is:
+[   12.883637] cloud-init[1016]: SHA256:3Mrq3gPbDmlHgf9evsa3XIlWvy4mPXwgX95jz7BkVy0 root@ubuntu-bionic
+[   12.884537] cloud-init[1016]: The key's randomart image is:
+[   12.901094] cloud-init[1016]: +--[ED25519 256]--+
+[   12.901619] cloud-init[1016]: |                 |
+[   12.902196] cloud-init[1016]: |       .         |
+[   12.902719] cloud-init[1016]: |      . .        |
+[   12.903224] cloud-init[1016]: |       o o      .|
+[   12.903761] cloud-init[1016]: |        S .   E.o|
+[   12.904377] cloud-init[1016]: |      .+ o . .oo+|
+[   12.904939] cloud-init[1016]: |      +++ ..*oB.=|
+[   12.905435] cloud-init[1016]: |     ..=o. ++@.@o|
+[   12.906058] cloud-init[1016]: |     o+.o...=oX+=|
+[   12.906697] cloud-init[1016]: +----[SHA256]-----+
+[  OK  ] Started Initial cloud-init job (metadata service crawler).
+[  OK  ] Reached target Cloud-config availability.
+[  OK  ] Reached target Network is Online.
+         Starting Availability of block devices...
+[  OK  ] Reached target Remote File Systems (Pre).
+[  OK  ] Reached target Remote File Systems.
+[  OK  ] Reached target System Initialization.
+         Starting LXD - unix socket.
+[  OK  ] Listening on ACPID Listen Socket.
+[  OK  ] Listening on UUID daemon activation socket.
+[  OK  ] Listening on Open-iSCSI iscsid Socket.
+[  OK  ] Started Daily Cleanup of Temporary Directories.
+[  OK  ] Listening on cloud-init hotplug hook socket.
+[  OK  ] Listening on D-Bus System Message Bus Socket.
+[  OK  ] Started Discard unused blocks once a week.
+[  OK  ] Started Message of the Day.
+[  OK  ] Started Daily apt download activities.
+[  OK  ] Started Daily apt upgrade and clean activities.
+[  OK  ] Started Ubuntu Advantage Timer for running repeated jobs.
+[  OK  ] Reached target Timers.
+         Starting Socket activation for snappy daemon.
+[  OK  ] Started ACPI Events Check.
+[  OK  ] Reached target Paths.
+[  OK  ] Started Availability of block devices.
+[  OK  ] Listening on LXD - unix socket.
+[  OK  ] Listening on Socket activation for snappy daemon.
+[  OK  ] Reached target Sockets.
+[  OK  ] Reached target Basic System.
+[  OK  ] Started FUSE filesystem for LXC.
+         Starting Snap Daemon...
+         Starting Dispatcher daemon for systemd-networkd...
+         Starting LSB: automatic crash report generation...
+[  OK  ] Started Deferred execution scheduler.
+[  OK  ] Reached target Login Prompts (Pre).
+         Starting System Logging Service...
+[  OK  ] Started Regular background program processing daemon.
+         Starting LSB: Record successful boot for GRUB...
+         Starting Accounts Service...
+         Starting Permit User Sessions...
+[  OK  ] Started irqbalance daemon.
+         Starting Virtualbox guest utils...
+[  OK  ] Started D-Bus System Message Bus.
+         Starting Login Service...
+         Starting Pollinate to seed the pseudo random number generator...
+         Starting LXD - container startup/shutdown...
+[  OK  ] Started System Logging Service.
+[  OK  ] Started Permit User Sessions.
+[  OK  ] Started Login Service.
+[  OK  ] Started Unattended Upgrades Shutdown.
+         Starting Authorization Manager...
+         Starting Hold until boot process finishes up...
+         Starting Terminate Plymouth Boot Screen...
+[  OK  ] Started Hold until boot process finishes up.
+[  OK  ] Started Serial Getty on ttyS0.
+         Starting Set console scheme...
+[  OK  ] Started Terminate Plymouth Boot Screen.
+[  OK  ] Started LSB: automatic crash report generation.
+[  OK  ] Started Set console scheme.
+[  OK  ] Created slice system-getty.slice.
+[  OK  ] Started Getty on tty1.
+[  OK  ] Reached target Login Prompts.
+[  OK  ] Started Dispatcher daemon for systemd-networkd.
+[  OK  ] Started LSB: Record successful boot for GRUB.
+[  OK  ] Started Authorization Manager.
+[  OK  ] Started Accounts Service.
+[  OK  ] Started Virtualbox guest utils.
+[  OK  ] Started LXD - container startup/shutdown.
+[  OK  ] Started Pollinate to seed the pseudo random number generator.
+[  OK  ] Started Snap Daemon.
+         Starting Wait until snapd is fully seeded...
+         Starting OpenBSD Secure Shell server...
+[  OK  ] Started OpenBSD Secure Shell server.
+[  OK  ] Created slice User Slice of vagrant.
+         Starting User Manager for UID 1000...
+[  OK  ] Started Session 1 of user vagrant.
+[  OK  ] Started User Manager for UID 1000.
+         Starting Time & Date Service...
+[  OK  ] Started Time & Date Service.
+[  OK  ] Started Wait until snapd is fully seeded.
+         Starting Apply the settings specified in cloud-config...
+[   17.378125] cloud-init[1749]: Cloud-init v. 23.1.2-0ubuntu0~18.04.1 running 'modules:config' at Sun, 04 Aug 2024 23:06:20 +0000. Up 16.98 seconds.
+[  OK  ] Started Apply the settings specified in cloud-config.
+[  OK  ] Reached target Multi-User System.
+[  OK  ] Reached target Graphical Interface.
+         Starting Update UTMP about System Runlevel Changes...
+         Starting Execute cloud user/final scripts...
+[  OK  ] Started Update UTMP about System Runlevel Changes.
+ci-info: no authorized SSH keys fingerprints found for user ubuntu.
+<14>Aug  4 23:06:21 cloud-init: #############################################################
+<14>Aug  4 23:06:21 cloud-init: -----BEGIN SSH HOST KEY FINGERPRINTS-----
+<14>Aug  4 23:06:21 cloud-init: 1024 SHA256:FaE1PGxMztRciFPIuu53mvzo/p2hXoIjVhnj8YhTtjA root@ubuntu-bionic (DSA)
+<14>Aug  4 23:06:21 cloud-init: 256 SHA256:YDUpqxCfXuP3DXYVi/WMm5oqYUaZwnb9n5p7m2WCi8w root@ubuntu-bionic (ECDSA)
+<14>Aug  4 23:06:21 cloud-init: 256 SHA256:3Mrq3gPbDmlHgf9evsa3XIlWvy4mPXwgX95jz7BkVy0 root@ubuntu-bionic (ED25519)
+<14>Aug  4 23:06:21 cloud-init: 2048 SHA256:hrom/eZGH+PzJrHyqehj3Fvngkx9qCquI0UCR3LLSj8 root@ubuntu-bionic (RSA)
+<14>Aug  4 23:06:21 cloud-init: -----END SSH HOST KEY FINGERPRINTS-----
+<14>Aug  4 23:06:21 cloud-init: #############################################################
+-----BEGIN SSH HOST KEY KEYS-----
+ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOGHJdAtSwh65tGBZpYQKy0ALnlIXhQMPy9lMf2jxFEEYIlJvWg+JVAbbDFtHGD0QB60d8ayrbQOTyTm1kde5F0= root@ubuntu-bionic
+ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEwxmAIUEjuQvMO2zbBOCZcpcdxBaCTl+4tSyWLfEY6W root@ubuntu-bionic
+ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWS5QlA5rvxFrj3+Mfd64rAbbSsaxHkc8Ief7poRcm/N9SEg2qzdT+PVbrxUKVBEGgKKX68X+yoYQkhJtWoeP652t3WpkLhHDVCsgHAdB6wBbsjyem4iwVNBVbu+pN6COkJE+zMTppLZXF0ZhgPyJlIEacoR1UjH0ncPvHBCnBa6tAwtDj0hc6ki89i7GgxMsepNH1sIz1zclxa0E/upaN0wX4zGUOMwd6Q4LKd4ZB0DVBN/bhf1D1PaPXDGhHk47c9xi4DEqyeYPnuLtv1cdzGO1cAYfY9jj98U4CM2Z9zHs8D8sHq28p8BQE/l/NY2Qrice00puFAKSZb8zM30QD root@ubuntu-bionic
+-----END SSH HOST KEY KEYS-----
+[   18.091823] cloud-init[1856]: Cloud-init v. 23.1.2-0ubuntu0~18.04.1 running 'modules:final' at Sun, 04 Aug 2024 23:06:21 +0000. Up 17.88 seconds.
+[   18.093220] cloud-init[1856]: Cloud-init v. 23.1.2-0ubuntu0~18.04.1 finished at Sun, 04 Aug 2024 23:06:21 +0000. Datasource DataSourceNoCloud [seed=/dev/sdb][dsmode=net].  Up 18.08 seconds
+[  OK  ] Started Execute cloud user/final scripts.
+[  OK  ] Reached target Cloud-init target.
+

+Ubuntu 18.04.6 LTS ubuntu-bionic ttyS0
+
+ubuntu-bionic login: 


+ 63 - 0
workstations.yml

@@ -0,0 +1,63 @@
+# - name: Actualizacion del sistema
+#   hosts: all
+#   become: yes
+#   gather_facts: no
+#   tasks:
+#     - name: Update & Upgrade
+#       apt:
+#         update_cache: yes
+#         upgrade: dist
+
+- name: Madrid
+  hosts: workstation11, workstation21
+  become: yes
+  gather_facts: no
+  tasks:
+    - name: touch
+      file:
+        path: /home/vagrant/madrid
+        state: touch
+
+- name: Paris
+  hosts: workstation12, workstation22
+  become: yes
+  gather_facts: no
+  tasks:
+    - name: touch
+      file:
+        path: /home/vagrant/paris
+        state: touch
+
+- name: New York
+  hosts: workstation13, workstation23
+  become: yes
+  gather_facts: no
+  tasks:
+    - name: touch
+      file:
+        path: /home/vagrant/newyork
+        state: touch
+
+# Añadir el repositorio oficial de Virtualbox Oracle https://download.virtualbox.org/virtualbox/debian jammy contrib
+
+- name: AñadirVirtualbox Oracle 
+  hosts: workstation11, workstation21
+  become: yes
+  gather_facts: no
+  tasks:
+    - name: Añadir repositorio Virtualbox Oracle
+      block:
+        - name: somerepo no apt key
+          ansible.builtin.get_url:
+            url: https://www.virtualbox.org/download/oracle_vbox_2016.asc
+            dest: /etc/apt/trusted.gpg.d/oracle_vbox_2016.asc
+
+        - name: somerepo apt source
+          ansible.builtin.apt_repository:
+            repo: "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/oracle_vbox_2016.asc] https://download.virtualbox.org/virtualbox/debian jammy contrib"
+            state: present
+    
+        - name: Instalar virtualbox
+          apt:
+            name: virtualbox
+            state: present

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů