diff --git a/basics.yaml b/basics.yaml index 5158e90..1478da6 100644 --- a/basics.yaml +++ b/basics.yaml @@ -49,12 +49,30 @@ # - { name: "ceph.conf.j2", dest: "/root/ceph.conf" } - { name: "cluster_spec.yml.j2", dest: "/root/cluster_spec.yml" } - { name: "initial-ceph.j2", dest: "/root/initial-ceph.conf" } - - { name: "sshd_config.j2", dest: "/etc/ssh/sshd_config"} +# - { name: "sshd_config.j2", dest: "/etc/ssh/sshd_config"} run_once: true delegate_to: "{{ ansible_play_hosts[0] }}" +# notify: +# - ceph-rollout:restart_sshd + + - name: Templating sshd config to enable password and root + template: + src: "{{ item.name }}" + dest: "{{ item.dest }}" + trim_blocks: true + lstrip_blocks: true + loop: + - { name: "sshd_config.j2", dest: "/etc/ssh/sshd_config"} notify: - ceph-rollout:restart_sshd + + - name: set root password + user: + name: root + password: "{{ '12345' | password_hash('sha512') }}" + + # UNCOMMENT ONLY IN CASE OF NO ACCESS TO REPOS AND CANNOT DOWNLOAD CEPHADM # - name: copy onto target host # copy: diff --git a/host_vars/ceph-node01.yaml b/host_vars/node01.brbd.ceph.szfo.yaml similarity index 76% rename from host_vars/ceph-node01.yaml rename to host_vars/node01.brbd.ceph.szfo.yaml index 4231f47..8f70b71 100644 --- a/host_vars/ceph-node01.yaml +++ b/host_vars/node01.brbd.ceph.szfo.yaml @@ -1,4 +1,4 @@ -addr: 10.52.37.14 +addr: 10.50.8.75 location: root: default labels: diff --git a/host_vars/ceph-node02.yaml b/host_vars/node02.brbd.ceph.szfo.yaml similarity index 54% rename from host_vars/ceph-node02.yaml rename to host_vars/node02.brbd.ceph.szfo.yaml index 5e5dbf9..6057e61 100644 --- a/host_vars/ceph-node02.yaml +++ b/host_vars/node02.brbd.ceph.szfo.yaml @@ -1,7 +1,7 @@ -addr: 10.52.37.15 +addr: 10.50.8.76 location: root: default labels: - - mon +# - mon - osd - - mgr +# - mgr diff --git a/host_vars/ceph-node03.yaml b/host_vars/node03.brbd.ceph.szfo.yaml similarity index 61% rename from host_vars/ceph-node03.yaml rename to host_vars/node03.brbd.ceph.szfo.yaml index c4dca80..02bbd85 100644 --- a/host_vars/ceph-node03.yaml +++ b/host_vars/node03.brbd.ceph.szfo.yaml @@ -1,6 +1,6 @@ -addr: 10.52.37.16 +addr: 10.50.8.77 location: root: default labels: - - mon +# - mon - osd diff --git a/inv.yaml b/inv.yaml index 846e6b6..36d227f 100644 --- a/inv.yaml +++ b/inv.yaml @@ -1,17 +1,17 @@ ceph-nodes: hosts: - ceph-node01: - ansible_host: 10.50.8.51 - ansible_user: g10 - ansible_ssh_pass: 12345 - ansible_become_pass: 12345 - ceph-node02: + node01.brbd.ceph.szfo: ansible_host: 10.50.8.75 ansible_user: g10 ansible_ssh_pass: 12345 ansible_become_pass: 12345 - ceph-node03: + node02.brbd.ceph.szfo: ansible_host: 10.50.8.76 ansible_user: g10 ansible_ssh_pass: 12345 + ansible_become_pass: 12345 + node03.brbd.ceph.szfo: + ansible_host: 10.50.8.77 + ansible_user: g10 + ansible_ssh_pass: 12345 ansible_become_pass: 12345 \ No newline at end of file diff --git a/kek b/kek new file mode 100644 index 0000000..f433fe0 --- /dev/null +++ b/kek @@ -0,0 +1,2820 @@ +node02.brbd.ceph.szfo | SUCCESS => { + "ansible_facts": { + "ansible_all_ipv4_addresses": [ + "10.50.8.76" + ], + "ansible_all_ipv6_addresses": [ + "fe80::aff:fe32:84c" + ], + "ansible_apparmor": { + "status": "enabled" + }, + "ansible_architecture": "x86_64", + "ansible_bios_date": "04/01/2014", + "ansible_bios_vendor": "SeaBIOS", + "ansible_bios_version": "1.16.3-debian-1.16.3-2", + "ansible_board_asset_tag": "NA", + "ansible_board_name": "NA", + "ansible_board_serial": "NA", + "ansible_board_vendor": "NA", + "ansible_board_version": "NA", + "ansible_chassis_asset_tag": "NA", + "ansible_chassis_serial": "NA", + "ansible_chassis_vendor": "QEMU", + "ansible_chassis_version": "pc-i440fx-noble", + "ansible_cmdline": { + "BOOT_IMAGE": "/boot/vmlinuz-5.15.0-73-generic", + "biosdevname": "0", + "net.ifnames": "0", + "ro": true, + "root": "UUID=bfcd90b4-75e9-41d1-82f0-9b77a3374532" + }, + "ansible_date_time": { + "date": "2024-12-17", + "day": "17", + "epoch": "1734423837", + "epoch_int": "1734423837", + "hour": "08", + "iso8601": "2024-12-17T08:23:57Z", + "iso8601_basic": "20241217T082357526978", + "iso8601_basic_short": "20241217T082357", + "iso8601_micro": "2024-12-17T08:23:57.526978Z", + "minute": "23", + "month": "12", + "second": "57", + "time": "08:23:57", + "tz": "UTC", + "tz_dst": "UTC", + "tz_offset": "+0000", + "weekday": "Tuesday", + "weekday_number": "2", + "weeknumber": "51", + "year": "2024" + }, + "ansible_default_ipv4": { + "address": "10.50.8.76", + "alias": "eth0", + "broadcast": "10.50.8.255", + "gateway": "10.50.8.4", + "interface": "eth0", + "macaddress": "02:00:0a:32:08:4c", + "mtu": 1500, + "netmask": "255.255.255.0", + "network": "10.50.8.0", + "prefix": "24", + "type": "ether" + }, + "ansible_default_ipv6": {}, + "ansible_device_links": { + "ids": { + "sda": [ + "scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0" + ], + "sr0": [ + "ata-QEMU_DVD-ROM_QM00001", + "scsi-0QEMU_QEMU_DVD-ROM_QM00001", + "scsi-1ATA_QEMU_DVD-ROM_QM00001" + ] + }, + "labels": { + "sr0": [ + "CONTEXT" + ], + "vda1": [ + "cloudimg-rootfs" + ], + "vda15": [ + "UEFI" + ] + }, + "masters": {}, + "uuids": { + "sr0": [ + "2024-12-17-09-50-49-00" + ], + "vda1": [ + "bfcd90b4-75e9-41d1-82f0-9b77a3374532" + ], + "vda15": [ + "5750-3511" + ] + } + }, + "ansible_devices": { + "loop0": { + "holders": [], + "host": "", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 0, + "sectorsize": "512", + "size": "0.00 Bytes", + "support_discard": "0", + "vendor": null, + "virtual": 1 + }, + "loop1": { + "holders": [], + "host": "", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 0, + "sectorsize": "512", + "size": "0.00 Bytes", + "support_discard": "0", + "vendor": null, + "virtual": 1 + }, + "loop2": { + "holders": [], + "host": "", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 0, + "sectorsize": "512", + "size": "0.00 Bytes", + "support_discard": "0", + "vendor": null, + "virtual": 1 + }, + "loop3": { + "holders": [], + "host": "", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 0, + "sectorsize": "512", + "size": "0.00 Bytes", + "support_discard": "0", + "vendor": null, + "virtual": 1 + }, + "loop4": { + "holders": [], + "host": "", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 0, + "sectorsize": "512", + "size": "0.00 Bytes", + "support_discard": "0", + "vendor": null, + "virtual": 1 + }, + "loop5": { + "holders": [], + "host": "", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 0, + "sectorsize": "512", + "size": "0.00 Bytes", + "support_discard": "0", + "vendor": null, + "virtual": 1 + }, + "loop6": { + "holders": [], + "host": "", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 0, + "sectorsize": "512", + "size": "0.00 Bytes", + "support_discard": "0", + "vendor": null, + "virtual": 1 + }, + "loop7": { + "holders": [], + "host": "", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 0, + "sectorsize": "512", + "size": "0.00 Bytes", + "support_discard": "0", + "vendor": null, + "virtual": 1 + }, + "sda": { + "holders": [], + "host": "SCSI storage controller: Red Hat, Inc. Virtio SCSI", + "links": { + "ids": [ + "scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0" + ], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": "QEMU HARDDISK", + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "mq-deadline", + "sectors": 41943040, + "sectorsize": "512", + "size": "20.00 GB", + "support_discard": "4096", + "vendor": "QEMU", + "virtual": 1 + }, + "sr0": { + "holders": [], + "host": "IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]", + "links": { + "ids": [ + "ata-QEMU_DVD-ROM_QM00001", + "scsi-0QEMU_QEMU_DVD-ROM_QM00001", + "scsi-1ATA_QEMU_DVD-ROM_QM00001" + ], + "labels": [ + "CONTEXT" + ], + "masters": [], + "uuids": [ + "2024-12-17-09-50-49-00" + ] + }, + "model": "QEMU DVD-ROM", + "partitions": {}, + "removable": "1", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "mq-deadline", + "sectors": 182, + "sectorsize": "2048", + "size": "364.00 KB", + "support_discard": "0", + "vendor": "QEMU", + "virtual": 1 + }, + "vda": { + "holders": [], + "host": "SCSI storage controller: Red Hat, Inc. Virtio block device", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": { + "vda1": { + "holders": [], + "links": { + "ids": [], + "labels": [ + "cloudimg-rootfs" + ], + "masters": [], + "uuids": [ + "bfcd90b4-75e9-41d1-82f0-9b77a3374532" + ] + }, + "sectors": 20744159, + "sectorsize": 512, + "size": "9.89 GB", + "start": "227328", + "uuid": "bfcd90b4-75e9-41d1-82f0-9b77a3374532" + }, + "vda14": { + "holders": [], + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "sectors": 8192, + "sectorsize": 512, + "size": "4.00 MB", + "start": "2048", + "uuid": null + }, + "vda15": { + "holders": [], + "links": { + "ids": [], + "labels": [ + "UEFI" + ], + "masters": [], + "uuids": [ + "5750-3511" + ] + }, + "sectors": 217088, + "sectorsize": 512, + "size": "106.00 MB", + "start": "10240", + "uuid": "5750-3511" + } + }, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 20971520, + "sectorsize": "512", + "size": "10.00 GB", + "support_discard": "512", + "vendor": "0x1af4", + "virtual": 1 + } + }, + "ansible_distribution": "Ubuntu", + "ansible_distribution_file_parsed": true, + "ansible_distribution_file_path": "/etc/os-release", + "ansible_distribution_file_variety": "Debian", + "ansible_distribution_major_version": "22", + "ansible_distribution_release": "jammy", + "ansible_distribution_version": "22.04", + "ansible_dns": { + "domain": "brbd.ceph.szfo", + "nameservers": [ + "10.50.8.51" + ] + }, + "ansible_domain": "brbd.ceph.szfo", + "ansible_effective_group_id": 1000, + "ansible_effective_user_id": 1000, + "ansible_env": { + "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/1000/bus", + "HOME": "/home/g10", + "LANG": "C.UTF-8", + "LOGNAME": "g10", + "MOTD_SHOWN": "pam", + "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", + "PWD": "/home/g10", + "SHELL": "/bin/bash", + "SHLVL": "0", + "SSH_CLIENT": "172.20.2.33 44604 22", + "SSH_CONNECTION": "172.20.2.33 44604 10.50.8.76 22", + "SSH_TTY": "/dev/pts/1", + "TERM": "xterm-256color", + "USER": "g10", + "XDG_RUNTIME_DIR": "/run/user/1000", + "XDG_SESSION_CLASS": "user", + "XDG_SESSION_ID": "19", + "XDG_SESSION_TYPE": "tty", + "_": "/bin/sh" + }, + "ansible_eth0": { + "active": true, + "device": "eth0", + "features": { + "esp_hw_offload": "off [fixed]", + "esp_tx_csum_hw_offload": "off [fixed]", + "fcoe_mtu": "off [fixed]", + "generic_receive_offload": "on", + "generic_segmentation_offload": "on", + "highdma": "on [fixed]", + "hsr_dup_offload": "off [fixed]", + "hsr_fwd_offload": "off [fixed]", + "hsr_tag_ins_offload": "off [fixed]", + "hsr_tag_rm_offload": "off [fixed]", + "hw_tc_offload": "off [fixed]", + "l2_fwd_offload": "off [fixed]", + "large_receive_offload": "off [fixed]", + "loopback": "off [fixed]", + "macsec_hw_offload": "off [fixed]", + "netns_local": "off [fixed]", + "ntuple_filters": "off [fixed]", + "receive_hashing": "off [fixed]", + "rx_all": "off [fixed]", + "rx_checksumming": "on [fixed]", + "rx_fcs": "off [fixed]", + "rx_gro_hw": "on", + "rx_gro_list": "off", + "rx_udp_gro_forwarding": "off", + "rx_udp_tunnel_port_offload": "off [fixed]", + "rx_vlan_filter": "on [fixed]", + "rx_vlan_offload": "off [fixed]", + "rx_vlan_stag_filter": "off [fixed]", + "rx_vlan_stag_hw_parse": "off [fixed]", + "scatter_gather": "on", + "tcp_segmentation_offload": "on", + "tls_hw_record": "off [fixed]", + "tls_hw_rx_offload": "off [fixed]", + "tls_hw_tx_offload": "off [fixed]", + "tx_checksum_fcoe_crc": "off [fixed]", + "tx_checksum_ip_generic": "on", + "tx_checksum_ipv4": "off [fixed]", + "tx_checksum_ipv6": "off [fixed]", + "tx_checksum_sctp": "off [fixed]", + "tx_checksumming": "on", + "tx_esp_segmentation": "off [fixed]", + "tx_fcoe_segmentation": "off [fixed]", + "tx_gre_csum_segmentation": "off [fixed]", + "tx_gre_segmentation": "off [fixed]", + "tx_gso_list": "off [fixed]", + "tx_gso_partial": "off [fixed]", + "tx_gso_robust": "on [fixed]", + "tx_ipxip4_segmentation": "off [fixed]", + "tx_ipxip6_segmentation": "off [fixed]", + "tx_lockless": "off [fixed]", + "tx_nocache_copy": "off", + "tx_scatter_gather": "on", + "tx_scatter_gather_fraglist": "off [fixed]", + "tx_sctp_segmentation": "off [fixed]", + "tx_tcp6_segmentation": "on", + "tx_tcp_ecn_segmentation": "on", + "tx_tcp_mangleid_segmentation": "off", + "tx_tcp_segmentation": "on", + "tx_tunnel_remcsum_segmentation": "off [fixed]", + "tx_udp_segmentation": "off [fixed]", + "tx_udp_tnl_csum_segmentation": "off [fixed]", + "tx_udp_tnl_segmentation": "off [fixed]", + "tx_vlan_offload": "off [fixed]", + "tx_vlan_stag_hw_insert": "off [fixed]", + "vlan_challenged": "off [fixed]" + }, + "hw_timestamp_filters": [], + "ipv4": { + "address": "10.50.8.76", + "broadcast": "10.50.8.255", + "netmask": "255.255.255.0", + "network": "10.50.8.0", + "prefix": "24" + }, + "ipv6": [ + { + "address": "fe80::aff:fe32:84c", + "prefix": "64", + "scope": "link" + } + ], + "macaddress": "02:00:0a:32:08:4c", + "module": "virtio_net", + "mtu": 1500, + "pciid": "virtio0", + "promisc": false, + "speed": -1, + "timestamping": [], + "type": "ether" + }, + "ansible_fibre_channel_wwn": [], + "ansible_fips": false, + "ansible_flags": [ + "fpu", + "vme", + "de", + "pse", + "tsc", + "msr", + "pae", + "mce", + "cx8", + "apic", + "sep", + "mtrr", + "pge", + "mca", + "cmov", + "pat", + "pse36", + "clflush", + "mmx", + "fxsr", + "sse", + "sse2", + "ss", + "syscall", + "nx", + "pdpe1gb", + "rdtscp", + "lm", + "constant_tsc", + "arch_perfmon", + "rep_good", + "nopl", + "xtopology", + "cpuid", + "tsc_known_freq", + "pni", + "pclmulqdq", + "vmx", + "ssse3", + "fma", + "cx16", + "pdcm", + "pcid", + "sse4_1", + "sse4_2", + "x2apic", + "movbe", + "popcnt", + "tsc_deadline_timer", + "aes", + "xsave", + "avx", + "f16c", + "rdrand", + "hypervisor", + "lahf_lm", + "abm", + "3dnowprefetch", + "cpuid_fault", + "invpcid_single", + "ssbd", + "ibrs", + "ibpb", + "stibp", + "ibrs_enhanced", + "tpr_shadow", + "vnmi", + "flexpriority", + "ept", + "vpid", + "ept_ad", + "fsgsbase", + "tsc_adjust", + "bmi1", + "avx2", + "smep", + "bmi2", + "erms", + "invpcid", + "mpx", + "avx512f", + "avx512dq", + "rdseed", + "adx", + "smap", + "clflushopt", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "xsaveopt", + "xsavec", + "xgetbv1", + "xsaves", + "arat", + "umip", + "pku", + "ospke", + "avx512_vnni", + "md_clear", + "flush_l1d", + "arch_capabilities" + ], + "ansible_form_factor": "Other", + "ansible_fqdn": "node02.brbd.ceph.szfo", + "ansible_hostname": "node02", + "ansible_hostnqn": "", + "ansible_interfaces": [ + "eth0", + "lo" + ], + "ansible_is_chroot": false, + "ansible_iscsi_iqn": "", + "ansible_kernel": "5.15.0-73-generic", + "ansible_kernel_version": "#80-Ubuntu SMP Mon May 15 15:18:26 UTC 2023", + "ansible_lo": { + "active": true, + "device": "lo", + "features": { + "esp_hw_offload": "off [fixed]", + "esp_tx_csum_hw_offload": "off [fixed]", + "fcoe_mtu": "off [fixed]", + "generic_receive_offload": "on", + "generic_segmentation_offload": "on", + "highdma": "on [fixed]", + "hsr_dup_offload": "off [fixed]", + "hsr_fwd_offload": "off [fixed]", + "hsr_tag_ins_offload": "off [fixed]", + "hsr_tag_rm_offload": "off [fixed]", + "hw_tc_offload": "off [fixed]", + "l2_fwd_offload": "off [fixed]", + "large_receive_offload": "off [fixed]", + "loopback": "on [fixed]", + "macsec_hw_offload": "off [fixed]", + "netns_local": "on [fixed]", + "ntuple_filters": "off [fixed]", + "receive_hashing": "off [fixed]", + "rx_all": "off [fixed]", + "rx_checksumming": "on [fixed]", + "rx_fcs": "off [fixed]", + "rx_gro_hw": "off [fixed]", + "rx_gro_list": "off", + "rx_udp_gro_forwarding": "off", + "rx_udp_tunnel_port_offload": "off [fixed]", + "rx_vlan_filter": "off [fixed]", + "rx_vlan_offload": "off [fixed]", + "rx_vlan_stag_filter": "off [fixed]", + "rx_vlan_stag_hw_parse": "off [fixed]", + "scatter_gather": "on", + "tcp_segmentation_offload": "on", + "tls_hw_record": "off [fixed]", + "tls_hw_rx_offload": "off [fixed]", + "tls_hw_tx_offload": "off [fixed]", + "tx_checksum_fcoe_crc": "off [fixed]", + "tx_checksum_ip_generic": "on [fixed]", + "tx_checksum_ipv4": "off [fixed]", + "tx_checksum_ipv6": "off [fixed]", + "tx_checksum_sctp": "on [fixed]", + "tx_checksumming": "on", + "tx_esp_segmentation": "off [fixed]", + "tx_fcoe_segmentation": "off [fixed]", + "tx_gre_csum_segmentation": "off [fixed]", + "tx_gre_segmentation": "off [fixed]", + "tx_gso_list": "on", + "tx_gso_partial": "off [fixed]", + "tx_gso_robust": "off [fixed]", + "tx_ipxip4_segmentation": "off [fixed]", + "tx_ipxip6_segmentation": "off [fixed]", + "tx_lockless": "on [fixed]", + "tx_nocache_copy": "off [fixed]", + "tx_scatter_gather": "on [fixed]", + "tx_scatter_gather_fraglist": "on [fixed]", + "tx_sctp_segmentation": "on", + "tx_tcp6_segmentation": "on", + "tx_tcp_ecn_segmentation": "on", + "tx_tcp_mangleid_segmentation": "on", + "tx_tcp_segmentation": "on", + "tx_tunnel_remcsum_segmentation": "off [fixed]", + "tx_udp_segmentation": "on", + "tx_udp_tnl_csum_segmentation": "off [fixed]", + "tx_udp_tnl_segmentation": "off [fixed]", + "tx_vlan_offload": "off [fixed]", + "tx_vlan_stag_hw_insert": "off [fixed]", + "vlan_challenged": "on [fixed]" + }, + "hw_timestamp_filters": [], + "ipv4": { + "address": "127.0.0.1", + "broadcast": "", + "netmask": "255.0.0.0", + "network": "127.0.0.0", + "prefix": "8" + }, + "ipv6": [ + { + "address": "::1", + "prefix": "128", + "scope": "host" + } + ], + "mtu": 65536, + "promisc": false, + "timestamping": [], + "type": "loopback" + }, + "ansible_loadavg": { + "15m": 0.0, + "1m": 0.02978515625, + "5m": 0.01123046875 + }, + "ansible_local": {}, + "ansible_locally_reachable_ips": { + "ipv4": [ + "10.50.8.76", + "127.0.0.0/8", + "127.0.0.1" + ], + "ipv6": [ + "::1", + "fe80::aff:fe32:84c" + ] + }, + "ansible_lsb": { + "codename": "jammy", + "description": "Ubuntu 22.04.2 LTS", + "id": "Ubuntu", + "major_release": "22", + "release": "22.04" + }, + "ansible_lvm": "N/A", + "ansible_machine": "x86_64", + "ansible_machine_id": "7a0b7fdb311f4605a70c6606154720c1", + "ansible_memfree_mb": 3475, + "ansible_memory_mb": { + "nocache": { + "free": 4642, + "used": 283 + }, + "real": { + "free": 3475, + "total": 4925, + "used": 1450 + }, + "swap": { + "cached": 0, + "free": 0, + "total": 0, + "used": 0 + } + }, + "ansible_memtotal_mb": 4925, + "ansible_mounts": [ + { + "block_available": 1957966, + "block_size": 4096, + "block_total": 2493522, + "block_used": 535556, + "device": "/dev/vda1", + "dump": 0, + "fstype": "ext4", + "inode_available": 1205675, + "inode_total": 1290240, + "inode_used": 84565, + "mount": "/", + "options": "rw,relatime,discard,errors=remount-ro", + "passno": 0, + "size_available": 8019828736, + "size_total": 10213466112, + "uuid": "bfcd90b4-75e9-41d1-82f0-9b77a3374532" + }, + { + "block_available": 201353, + "block_size": 512, + "block_total": 213716, + "block_used": 12363, + "device": "/dev/vda15", + "dump": 0, + "fstype": "vfat", + "inode_available": 0, + "inode_total": 0, + "inode_used": 0, + "mount": "/boot/efi", + "options": "rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro", + "passno": 0, + "size_available": 103092736, + "size_total": 109422592, + "uuid": "5750-3511" + } + ], + "ansible_nodename": "node02", + "ansible_os_family": "Debian", + "ansible_pkg_mgr": "apt", + "ansible_proc_cmdline": { + "BOOT_IMAGE": "/boot/vmlinuz-5.15.0-73-generic", + "biosdevname": "0", + "net.ifnames": "0", + "ro": true, + "root": "UUID=bfcd90b4-75e9-41d1-82f0-9b77a3374532" + }, + "ansible_processor": [ + "0", + "GenuineIntel", + "Intel(R) Xeon(R) Gold 6240 CPU @ 2.60GHz", + "1", + "GenuineIntel", + "Intel(R) Xeon(R) Gold 6240 CPU @ 2.60GHz" + ], + "ansible_processor_cores": 1, + "ansible_processor_count": 2, + "ansible_processor_nproc": 2, + "ansible_processor_threads_per_core": 1, + "ansible_processor_vcpus": 2, + "ansible_product_name": "Ubuntu 24.04 PC (i440FX + PIIX, 1996)", + "ansible_product_serial": "NA", + "ansible_product_uuid": "NA", + "ansible_product_version": "pc-i440fx-noble", + "ansible_python": { + "executable": "/usr/bin/python3.10", + "has_sslcontext": true, + "type": "cpython", + "version": { + "major": 3, + "micro": 6, + "minor": 10, + "releaselevel": "final", + "serial": 0 + }, + "version_info": [ + 3, + 10, + 6, + "final", + 0 + ] + }, + "ansible_python_version": "3.10.6", + "ansible_real_group_id": 1000, + "ansible_real_user_id": 1000, + "ansible_selinux": { + "status": "disabled" + }, + "ansible_selinux_python_present": true, + "ansible_service_mgr": "systemd", + "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAJ/6lNo39ExbWQWZrW25s0cgj3tmG0QmsIgocfhsEY4lHzwY3aYDfzViN/9Ofe4pJ66/gil4q18GRN5T0NUQBlmyUcZVbjTrCM29/BQR1ktbIlQaksMNIWkSLu8CpV9QZXw4/eNPylX5N0dAeJSvlJM/ORU66K7fpbFPSKxV5VQrAAAAFQDM4nxljPfrOg8J82oXCO0mD3bc9wAAAIEAivQNj4N0NHcuCJrTc01Ukq9XzbzHhUNm8pO1lGdRMBKDLdwn7Kt8kw0jRai+AH5RUCg93Gb0bSY7yGpAHQyTH/cVAv6qA2ycaEDjCszL7TDNqWTqLzuqEA3bpT+7UxcMyJyxSNGM0aAIgCDxrJO5gk6+WZj1g0F/6x7TdBuTJ2IAAACARB4RsZIyrF3QHPEryOeVIdHIN3QWXMwJhUtP/mQZtzENBob/OdfNXZO3J7vEAnnp2jirmd3daifKrAVND8eG6ap97gd8wlm/RkSBcOvAAkj72S35XLc6ZGitTEGYlHQjvItT6G8bJ06Og/rWL1KzbkARTr6qmf6fFISIplJKwIQ=", + "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", + "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmGqehMRzqsDrsjQjMFPXTL90T2noFLUWZUVdQS5l0xoyDSNn5nxQAaYstpQJ8LjGhehbfIx0jR1osGF7CQxsU=", + "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", + "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIFXBzL9sIzTOYn1QKsKDY8KPL/kUuQj4oIdesfmTpNNx", + "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", + "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDNKjD1kmGUhCf347Ov/kUqeXHimwHB+DiqWCWtnOYQe8sJflsFwR9pULcXpaJ3lDEv6RQKc+fs6oFeDuEsOUOCc/+KpmpevuwEyjrQgPKZ3FDO1UYsXv+Dam2erH2KjtKvA+JRiTUvRdZmGCl+hkIhMDIfi2IFYWLVVL2TSJHpmgmFDXYHA09o++FIDsaYL9mGMmXFa4dhQkjx8jrkPy9NsWd4aVzoWspYs4/NRZ8CVLh7RsMkdjPXZvi068WpI5s48ssKCmiXHqQAQAT4Pn9wn4IBUMFRAo/QZZIno7A24UuGmtf06Dz1h7oC65q3sgwG4zw+Oq2m69B36a4K9EOaTazrKipRjP+LfauGNkDmoM7GEyB+1yGgnXrY+zbsdzQAwhVRnRUCKYTslf8we5Ay+4uEmFNWugF7lHC/Drwej49a47IZDoh2IdW6URunHDJPLOMOlhp/tiURhRJxz60xVoRwPlidCrYCdIGl1k1lceNwKYn8GHntu7dbMnUV0OM=", + "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", + "ansible_swapfree_mb": 0, + "ansible_swaptotal_mb": 0, + "ansible_system": "Linux", + "ansible_system_capabilities": [ + "" + ], + "ansible_system_capabilities_enforced": "True", + "ansible_system_vendor": "QEMU", + "ansible_systemd": { + "features": "+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified", + "version": 249 + }, + "ansible_uptime_seconds": 5582, + "ansible_user_dir": "/home/g10", + "ansible_user_gecos": "", + "ansible_user_gid": 1000, + "ansible_user_id": "g10", + "ansible_user_shell": "/bin/bash", + "ansible_user_uid": 1000, + "ansible_userspace_architecture": "x86_64", + "ansible_userspace_bits": "64", + "ansible_virtualization_role": "guest", + "ansible_virtualization_tech_guest": [ + "kvm" + ], + "ansible_virtualization_tech_host": [ + "kvm" + ], + "ansible_virtualization_type": "kvm", + "discovered_interpreter_python": "/usr/bin/python3.10", + "gather_subset": [ + "all" + ], + "module_setup": true + }, + "changed": false +} +node03.brbd.ceph.szfo. | SUCCESS => { + "ansible_facts": { + "ansible_all_ipv4_addresses": [ + "10.50.8.77" + ], + "ansible_all_ipv6_addresses": [ + "fe80::aff:fe32:84d" + ], + "ansible_apparmor": { + "status": "enabled" + }, + "ansible_architecture": "x86_64", + "ansible_bios_date": "04/01/2014", + "ansible_bios_vendor": "SeaBIOS", + "ansible_bios_version": "1.16.3-debian-1.16.3-2", + "ansible_board_asset_tag": "NA", + "ansible_board_name": "NA", + "ansible_board_serial": "NA", + "ansible_board_vendor": "NA", + "ansible_board_version": "NA", + "ansible_chassis_asset_tag": "NA", + "ansible_chassis_serial": "NA", + "ansible_chassis_vendor": "QEMU", + "ansible_chassis_version": "pc-i440fx-noble", + "ansible_cmdline": { + "BOOT_IMAGE": "/boot/vmlinuz-5.15.0-73-generic", + "biosdevname": "0", + "net.ifnames": "0", + "ro": true, + "root": "UUID=bfcd90b4-75e9-41d1-82f0-9b77a3374532" + }, + "ansible_date_time": { + "date": "2024-12-17", + "day": "17", + "epoch": "1734423837", + "epoch_int": "1734423837", + "hour": "08", + "iso8601": "2024-12-17T08:23:57Z", + "iso8601_basic": "20241217T082357714097", + "iso8601_basic_short": "20241217T082357", + "iso8601_micro": "2024-12-17T08:23:57.714097Z", + "minute": "23", + "month": "12", + "second": "57", + "time": "08:23:57", + "tz": "UTC", + "tz_dst": "UTC", + "tz_offset": "+0000", + "weekday": "Tuesday", + "weekday_number": "2", + "weeknumber": "51", + "year": "2024" + }, + "ansible_default_ipv4": { + "address": "10.50.8.77", + "alias": "eth0", + "broadcast": "10.50.8.255", + "gateway": "10.50.8.4", + "interface": "eth0", + "macaddress": "02:00:0a:32:08:4d", + "mtu": 1500, + "netmask": "255.255.255.0", + "network": "10.50.8.0", + "prefix": "24", + "type": "ether" + }, + "ansible_default_ipv6": {}, + "ansible_device_links": { + "ids": { + "sda": [ + "scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0" + ], + "sr0": [ + "ata-QEMU_DVD-ROM_QM00001", + "scsi-0QEMU_QEMU_DVD-ROM_QM00001", + "scsi-1ATA_QEMU_DVD-ROM_QM00001" + ] + }, + "labels": { + "sr0": [ + "CONTEXT" + ], + "vda1": [ + "cloudimg-rootfs" + ], + "vda15": [ + "UEFI" + ] + }, + "masters": {}, + "uuids": { + "sr0": [ + "2024-12-17-09-51-04-00" + ], + "vda1": [ + "bfcd90b4-75e9-41d1-82f0-9b77a3374532" + ], + "vda15": [ + "5750-3511" + ] + } + }, + "ansible_devices": { + "loop0": { + "holders": [], + "host": "", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 0, + "sectorsize": "512", + "size": "0.00 Bytes", + "support_discard": "0", + "vendor": null, + "virtual": 1 + }, + "loop1": { + "holders": [], + "host": "", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 0, + "sectorsize": "512", + "size": "0.00 Bytes", + "support_discard": "0", + "vendor": null, + "virtual": 1 + }, + "loop2": { + "holders": [], + "host": "", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 0, + "sectorsize": "512", + "size": "0.00 Bytes", + "support_discard": "0", + "vendor": null, + "virtual": 1 + }, + "loop3": { + "holders": [], + "host": "", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 0, + "sectorsize": "512", + "size": "0.00 Bytes", + "support_discard": "0", + "vendor": null, + "virtual": 1 + }, + "loop4": { + "holders": [], + "host": "", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 0, + "sectorsize": "512", + "size": "0.00 Bytes", + "support_discard": "0", + "vendor": null, + "virtual": 1 + }, + "loop5": { + "holders": [], + "host": "", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 0, + "sectorsize": "512", + "size": "0.00 Bytes", + "support_discard": "0", + "vendor": null, + "virtual": 1 + }, + "loop6": { + "holders": [], + "host": "", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 0, + "sectorsize": "512", + "size": "0.00 Bytes", + "support_discard": "0", + "vendor": null, + "virtual": 1 + }, + "loop7": { + "holders": [], + "host": "", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 0, + "sectorsize": "512", + "size": "0.00 Bytes", + "support_discard": "0", + "vendor": null, + "virtual": 1 + }, + "sda": { + "holders": [], + "host": "SCSI storage controller: Red Hat, Inc. Virtio SCSI", + "links": { + "ids": [ + "scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0" + ], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": "QEMU HARDDISK", + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "mq-deadline", + "sectors": 41943040, + "sectorsize": "512", + "size": "20.00 GB", + "support_discard": "4096", + "vendor": "QEMU", + "virtual": 1 + }, + "sr0": { + "holders": [], + "host": "IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]", + "links": { + "ids": [ + "ata-QEMU_DVD-ROM_QM00001", + "scsi-0QEMU_QEMU_DVD-ROM_QM00001", + "scsi-1ATA_QEMU_DVD-ROM_QM00001" + ], + "labels": [ + "CONTEXT" + ], + "masters": [], + "uuids": [ + "2024-12-17-09-51-04-00" + ] + }, + "model": "QEMU DVD-ROM", + "partitions": {}, + "removable": "1", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "mq-deadline", + "sectors": 182, + "sectorsize": "2048", + "size": "364.00 KB", + "support_discard": "0", + "vendor": "QEMU", + "virtual": 1 + }, + "vda": { + "holders": [], + "host": "SCSI storage controller: Red Hat, Inc. Virtio block device", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": { + "vda1": { + "holders": [], + "links": { + "ids": [], + "labels": [ + "cloudimg-rootfs" + ], + "masters": [], + "uuids": [ + "bfcd90b4-75e9-41d1-82f0-9b77a3374532" + ] + }, + "sectors": 20744159, + "sectorsize": 512, + "size": "9.89 GB", + "start": "227328", + "uuid": "bfcd90b4-75e9-41d1-82f0-9b77a3374532" + }, + "vda14": { + "holders": [], + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "sectors": 8192, + "sectorsize": 512, + "size": "4.00 MB", + "start": "2048", + "uuid": null + }, + "vda15": { + "holders": [], + "links": { + "ids": [], + "labels": [ + "UEFI" + ], + "masters": [], + "uuids": [ + "5750-3511" + ] + }, + "sectors": 217088, + "sectorsize": 512, + "size": "106.00 MB", + "start": "10240", + "uuid": "5750-3511" + } + }, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 20971520, + "sectorsize": "512", + "size": "10.00 GB", + "support_discard": "512", + "vendor": "0x1af4", + "virtual": 1 + } + }, + "ansible_distribution": "Ubuntu", + "ansible_distribution_file_parsed": true, + "ansible_distribution_file_path": "/etc/os-release", + "ansible_distribution_file_variety": "Debian", + "ansible_distribution_major_version": "22", + "ansible_distribution_release": "jammy", + "ansible_distribution_version": "22.04", + "ansible_dns": { + "domain": "brbd.ceph.szfo", + "nameservers": [ + "10.50.8.51" + ] + }, + "ansible_domain": "brbd.ceph.szfo", + "ansible_effective_group_id": 1000, + "ansible_effective_user_id": 1000, + "ansible_env": { + "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/1000/bus", + "HOME": "/home/g10", + "LANG": "C.UTF-8", + "LOGNAME": "g10", + "MOTD_SHOWN": "pam", + "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", + "PWD": "/home/g10", + "SHELL": "/bin/bash", + "SHLVL": "0", + "SSH_CLIENT": "172.20.2.33 35092 22", + "SSH_CONNECTION": "172.20.2.33 35092 10.50.8.77 22", + "SSH_TTY": "/dev/pts/3", + "TERM": "xterm-256color", + "USER": "g10", + "XDG_RUNTIME_DIR": "/run/user/1000", + "XDG_SESSION_CLASS": "user", + "XDG_SESSION_ID": "19", + "XDG_SESSION_TYPE": "tty", + "_": "/bin/sh" + }, + "ansible_eth0": { + "active": true, + "device": "eth0", + "features": { + "esp_hw_offload": "off [fixed]", + "esp_tx_csum_hw_offload": "off [fixed]", + "fcoe_mtu": "off [fixed]", + "generic_receive_offload": "on", + "generic_segmentation_offload": "on", + "highdma": "on [fixed]", + "hsr_dup_offload": "off [fixed]", + "hsr_fwd_offload": "off [fixed]", + "hsr_tag_ins_offload": "off [fixed]", + "hsr_tag_rm_offload": "off [fixed]", + "hw_tc_offload": "off [fixed]", + "l2_fwd_offload": "off [fixed]", + "large_receive_offload": "off [fixed]", + "loopback": "off [fixed]", + "macsec_hw_offload": "off [fixed]", + "netns_local": "off [fixed]", + "ntuple_filters": "off [fixed]", + "receive_hashing": "off [fixed]", + "rx_all": "off [fixed]", + "rx_checksumming": "on [fixed]", + "rx_fcs": "off [fixed]", + "rx_gro_hw": "on", + "rx_gro_list": "off", + "rx_udp_gro_forwarding": "off", + "rx_udp_tunnel_port_offload": "off [fixed]", + "rx_vlan_filter": "on [fixed]", + "rx_vlan_offload": "off [fixed]", + "rx_vlan_stag_filter": "off [fixed]", + "rx_vlan_stag_hw_parse": "off [fixed]", + "scatter_gather": "on", + "tcp_segmentation_offload": "on", + "tls_hw_record": "off [fixed]", + "tls_hw_rx_offload": "off [fixed]", + "tls_hw_tx_offload": "off [fixed]", + "tx_checksum_fcoe_crc": "off [fixed]", + "tx_checksum_ip_generic": "on", + "tx_checksum_ipv4": "off [fixed]", + "tx_checksum_ipv6": "off [fixed]", + "tx_checksum_sctp": "off [fixed]", + "tx_checksumming": "on", + "tx_esp_segmentation": "off [fixed]", + "tx_fcoe_segmentation": "off [fixed]", + "tx_gre_csum_segmentation": "off [fixed]", + "tx_gre_segmentation": "off [fixed]", + "tx_gso_list": "off [fixed]", + "tx_gso_partial": "off [fixed]", + "tx_gso_robust": "on [fixed]", + "tx_ipxip4_segmentation": "off [fixed]", + "tx_ipxip6_segmentation": "off [fixed]", + "tx_lockless": "off [fixed]", + "tx_nocache_copy": "off", + "tx_scatter_gather": "on", + "tx_scatter_gather_fraglist": "off [fixed]", + "tx_sctp_segmentation": "off [fixed]", + "tx_tcp6_segmentation": "on", + "tx_tcp_ecn_segmentation": "on", + "tx_tcp_mangleid_segmentation": "off", + "tx_tcp_segmentation": "on", + "tx_tunnel_remcsum_segmentation": "off [fixed]", + "tx_udp_segmentation": "off [fixed]", + "tx_udp_tnl_csum_segmentation": "off [fixed]", + "tx_udp_tnl_segmentation": "off [fixed]", + "tx_vlan_offload": "off [fixed]", + "tx_vlan_stag_hw_insert": "off [fixed]", + "vlan_challenged": "off [fixed]" + }, + "hw_timestamp_filters": [], + "ipv4": { + "address": "10.50.8.77", + "broadcast": "10.50.8.255", + "netmask": "255.255.255.0", + "network": "10.50.8.0", + "prefix": "24" + }, + "ipv6": [ + { + "address": "fe80::aff:fe32:84d", + "prefix": "64", + "scope": "link" + } + ], + "macaddress": "02:00:0a:32:08:4d", + "module": "virtio_net", + "mtu": 1500, + "pciid": "virtio0", + "promisc": false, + "speed": -1, + "timestamping": [], + "type": "ether" + }, + "ansible_fibre_channel_wwn": [], + "ansible_fips": false, + "ansible_flags": [ + "fpu", + "vme", + "de", + "pse", + "tsc", + "msr", + "pae", + "mce", + "cx8", + "apic", + "sep", + "mtrr", + "pge", + "mca", + "cmov", + "pat", + "pse36", + "clflush", + "mmx", + "fxsr", + "sse", + "sse2", + "ss", + "syscall", + "nx", + "pdpe1gb", + "rdtscp", + "lm", + "constant_tsc", + "arch_perfmon", + "rep_good", + "nopl", + "xtopology", + "cpuid", + "tsc_known_freq", + "pni", + "pclmulqdq", + "vmx", + "ssse3", + "fma", + "cx16", + "pdcm", + "pcid", + "sse4_1", + "sse4_2", + "x2apic", + "movbe", + "popcnt", + "tsc_deadline_timer", + "aes", + "xsave", + "avx", + "f16c", + "rdrand", + "hypervisor", + "lahf_lm", + "abm", + "3dnowprefetch", + "cpuid_fault", + "invpcid_single", + "ssbd", + "ibrs", + "ibpb", + "stibp", + "ibrs_enhanced", + "tpr_shadow", + "vnmi", + "flexpriority", + "ept", + "vpid", + "ept_ad", + "fsgsbase", + "tsc_adjust", + "bmi1", + "avx2", + "smep", + "bmi2", + "erms", + "invpcid", + "mpx", + "avx512f", + "avx512dq", + "rdseed", + "adx", + "smap", + "clflushopt", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "xsaveopt", + "xsavec", + "xgetbv1", + "xsaves", + "arat", + "umip", + "pku", + "ospke", + "avx512_vnni", + "md_clear", + "flush_l1d", + "arch_capabilities" + ], + "ansible_form_factor": "Other", + "ansible_fqdn": "node03.brbd.ceph.szfo", + "ansible_hostname": "node03", + "ansible_hostnqn": "", + "ansible_interfaces": [ + "lo", + "eth0" + ], + "ansible_is_chroot": false, + "ansible_iscsi_iqn": "", + "ansible_kernel": "5.15.0-73-generic", + "ansible_kernel_version": "#80-Ubuntu SMP Mon May 15 15:18:26 UTC 2023", + "ansible_lo": { + "active": true, + "device": "lo", + "features": { + "esp_hw_offload": "off [fixed]", + "esp_tx_csum_hw_offload": "off [fixed]", + "fcoe_mtu": "off [fixed]", + "generic_receive_offload": "on", + "generic_segmentation_offload": "on", + "highdma": "on [fixed]", + "hsr_dup_offload": "off [fixed]", + "hsr_fwd_offload": "off [fixed]", + "hsr_tag_ins_offload": "off [fixed]", + "hsr_tag_rm_offload": "off [fixed]", + "hw_tc_offload": "off [fixed]", + "l2_fwd_offload": "off [fixed]", + "large_receive_offload": "off [fixed]", + "loopback": "on [fixed]", + "macsec_hw_offload": "off [fixed]", + "netns_local": "on [fixed]", + "ntuple_filters": "off [fixed]", + "receive_hashing": "off [fixed]", + "rx_all": "off [fixed]", + "rx_checksumming": "on [fixed]", + "rx_fcs": "off [fixed]", + "rx_gro_hw": "off [fixed]", + "rx_gro_list": "off", + "rx_udp_gro_forwarding": "off", + "rx_udp_tunnel_port_offload": "off [fixed]", + "rx_vlan_filter": "off [fixed]", + "rx_vlan_offload": "off [fixed]", + "rx_vlan_stag_filter": "off [fixed]", + "rx_vlan_stag_hw_parse": "off [fixed]", + "scatter_gather": "on", + "tcp_segmentation_offload": "on", + "tls_hw_record": "off [fixed]", + "tls_hw_rx_offload": "off [fixed]", + "tls_hw_tx_offload": "off [fixed]", + "tx_checksum_fcoe_crc": "off [fixed]", + "tx_checksum_ip_generic": "on [fixed]", + "tx_checksum_ipv4": "off [fixed]", + "tx_checksum_ipv6": "off [fixed]", + "tx_checksum_sctp": "on [fixed]", + "tx_checksumming": "on", + "tx_esp_segmentation": "off [fixed]", + "tx_fcoe_segmentation": "off [fixed]", + "tx_gre_csum_segmentation": "off [fixed]", + "tx_gre_segmentation": "off [fixed]", + "tx_gso_list": "on", + "tx_gso_partial": "off [fixed]", + "tx_gso_robust": "off [fixed]", + "tx_ipxip4_segmentation": "off [fixed]", + "tx_ipxip6_segmentation": "off [fixed]", + "tx_lockless": "on [fixed]", + "tx_nocache_copy": "off [fixed]", + "tx_scatter_gather": "on [fixed]", + "tx_scatter_gather_fraglist": "on [fixed]", + "tx_sctp_segmentation": "on", + "tx_tcp6_segmentation": "on", + "tx_tcp_ecn_segmentation": "on", + "tx_tcp_mangleid_segmentation": "on", + "tx_tcp_segmentation": "on", + "tx_tunnel_remcsum_segmentation": "off [fixed]", + "tx_udp_segmentation": "on", + "tx_udp_tnl_csum_segmentation": "off [fixed]", + "tx_udp_tnl_segmentation": "off [fixed]", + "tx_vlan_offload": "off [fixed]", + "tx_vlan_stag_hw_insert": "off [fixed]", + "vlan_challenged": "on [fixed]" + }, + "hw_timestamp_filters": [], + "ipv4": { + "address": "127.0.0.1", + "broadcast": "", + "netmask": "255.0.0.0", + "network": "127.0.0.0", + "prefix": "8" + }, + "ipv6": [ + { + "address": "::1", + "prefix": "128", + "scope": "host" + } + ], + "mtu": 65536, + "promisc": false, + "timestamping": [], + "type": "loopback" + }, + "ansible_loadavg": { + "15m": 0.00390625, + "1m": 0.0615234375, + "5m": 0.01513671875 + }, + "ansible_local": {}, + "ansible_locally_reachable_ips": { + "ipv4": [ + "10.50.8.77", + "127.0.0.0/8", + "127.0.0.1" + ], + "ipv6": [ + "::1", + "fe80::aff:fe32:84d" + ] + }, + "ansible_lsb": { + "codename": "jammy", + "description": "Ubuntu 22.04.2 LTS", + "id": "Ubuntu", + "major_release": "22", + "release": "22.04" + }, + "ansible_lvm": "N/A", + "ansible_machine": "x86_64", + "ansible_machine_id": "09c8470571004876bb88057307c548e8", + "ansible_memfree_mb": 3476, + "ansible_memory_mb": { + "nocache": { + "free": 4644, + "used": 281 + }, + "real": { + "free": 3476, + "total": 4925, + "used": 1449 + }, + "swap": { + "cached": 0, + "free": 0, + "total": 0, + "used": 0 + } + }, + "ansible_memtotal_mb": 4925, + "ansible_mounts": [ + { + "block_available": 1957937, + "block_size": 4096, + "block_total": 2493522, + "block_used": 535585, + "device": "/dev/vda1", + "dump": 0, + "fstype": "ext4", + "inode_available": 1205675, + "inode_total": 1290240, + "inode_used": 84565, + "mount": "/", + "options": "rw,relatime,discard,errors=remount-ro", + "passno": 0, + "size_available": 8019709952, + "size_total": 10213466112, + "uuid": "bfcd90b4-75e9-41d1-82f0-9b77a3374532" + }, + { + "block_available": 201353, + "block_size": 512, + "block_total": 213716, + "block_used": 12363, + "device": "/dev/vda15", + "dump": 0, + "fstype": "vfat", + "inode_available": 0, + "inode_total": 0, + "inode_used": 0, + "mount": "/boot/efi", + "options": "rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro", + "passno": 0, + "size_available": 103092736, + "size_total": 109422592, + "uuid": "5750-3511" + } + ], + "ansible_nodename": "node03", + "ansible_os_family": "Debian", + "ansible_pkg_mgr": "apt", + "ansible_proc_cmdline": { + "BOOT_IMAGE": "/boot/vmlinuz-5.15.0-73-generic", + "biosdevname": "0", + "net.ifnames": "0", + "ro": true, + "root": "UUID=bfcd90b4-75e9-41d1-82f0-9b77a3374532" + }, + "ansible_processor": [ + "0", + "GenuineIntel", + "Intel(R) Xeon(R) Gold 6240 CPU @ 2.60GHz", + "1", + "GenuineIntel", + "Intel(R) Xeon(R) Gold 6240 CPU @ 2.60GHz" + ], + "ansible_processor_cores": 1, + "ansible_processor_count": 2, + "ansible_processor_nproc": 2, + "ansible_processor_threads_per_core": 1, + "ansible_processor_vcpus": 2, + "ansible_product_name": "Ubuntu 24.04 PC (i440FX + PIIX, 1996)", + "ansible_product_serial": "NA", + "ansible_product_uuid": "NA", + "ansible_product_version": "pc-i440fx-noble", + "ansible_python": { + "executable": "/usr/bin/python3.10", + "has_sslcontext": true, + "type": "cpython", + "version": { + "major": 3, + "micro": 6, + "minor": 10, + "releaselevel": "final", + "serial": 0 + }, + "version_info": [ + 3, + 10, + 6, + "final", + 0 + ] + }, + "ansible_python_version": "3.10.6", + "ansible_real_group_id": 1000, + "ansible_real_user_id": 1000, + "ansible_selinux": { + "status": "disabled" + }, + "ansible_selinux_python_present": true, + "ansible_service_mgr": "systemd", + "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAMdFjdIln7ANhSKGBjmSeqIzuHTWHtcvZsGmUsB4nqNBd/grqSwlBOqm9ZOMiOow+Gqnj7O7yRAckuN8U6xhYfg8qHAadnZTYjxkdynLADB6Iz2TIzmV9KFF8YNO3J0Encfp/EtFl+Ez81i5QeklNzB4Blz5qEBtbNdxFTF2Bi+pAAAAFQDPI6kXI5vpyjIrL8pzWCg6aRLWSwAAAIBGOLUaxeQkI5zFaFUGhtEAPL0bVOet0UlfxVyCbWNRl0IfWUkqy5mUR3avgghHOdMY3ahozod+rITL7SliOTz5jGRnFJ4/UAyd/vKmMO3CYsH4u5qONWieFKsl/ru2BRIqG4pkNZfFQnU/0OmJSOmO0aengo2RJ1A9bZhB6tQVOwAAAIAKo2US0GlYRA9Ajo7hB4JOj2VzWWy3ByMOmw+1PNeTu6jD4iFQFcSmnitm5rKurMm3lzsPjEQsWsb0ej6JNfLu2oM5LHyRfqubksPMpa1kTbJKZgGrBXTn0pqoZzbVcuJpJy+CeUq1Zfh0Gj7SL5hEhf1W53/HLPUkChHKU2Cpbg==", + "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", + "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJgZz+X5ykAMSVUMJty77JyE6Z1gWRx0AFkHa+6+l6nylrj8lX7HXHkZGKl5sMVYRgJ2w+CjSOcKzT466pTzKaU=", + "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", + "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDQlzS7/4uraxXXKpmMkmiQbW3z1l9NaaSqv6HbDGKaK", + "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", + "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDkbPhQPm3FcTsA8jkv+/wMjoLfZev1puRmCVRqEhvWzCTC34ZNdufxmh8x1WY5j1yBm36Zg9+deo3c4jYOd5tNGvEs4LUQX8uXsDXcEfZ5ssjdKVil7+EZS2GiLvd+iYOUmA6OimChJydoNZbZEcMYb24lV/NkiFnGUXN2Mw3TgKmRKRztarYQKnqLdpA5uR2ZDUgfy90vDMvmbDLK/rUp8V6ULKYBwgm4FVZQTEWdOZpKqaIgDA8DoNpC75ACbrQew+ODw4iCSjkhJm+Rkud+MAtDVDqwgJX6ojWhxc/v5mfJ+K1rD9O9AqcB2WqE48vI/AyTVgX6hp17/M+Xn1xFH6HPMfqDhazyOY+DJgfMXkeh6YPswjr0Gu2TwhMXDgZGFUpyS8Im9aEWuhOItxi3jpMtqV3zmZfQExzCJ8NEay8LVksFSFt7OUGDcfvH/XtMZLGxLwidWMwlKzbH7n5kdSQWNhNroc83Dw4zRrT63FUw+bGKkie1nlC6l9730Nc=", + "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", + "ansible_swapfree_mb": 0, + "ansible_swaptotal_mb": 0, + "ansible_system": "Linux", + "ansible_system_capabilities": [ + "" + ], + "ansible_system_capabilities_enforced": "True", + "ansible_system_vendor": "QEMU", + "ansible_systemd": { + "features": "+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified", + "version": 249 + }, + "ansible_uptime_seconds": 5567, + "ansible_user_dir": "/home/g10", + "ansible_user_gecos": "", + "ansible_user_gid": 1000, + "ansible_user_id": "g10", + "ansible_user_shell": "/bin/bash", + "ansible_user_uid": 1000, + "ansible_userspace_architecture": "x86_64", + "ansible_userspace_bits": "64", + "ansible_virtualization_role": "guest", + "ansible_virtualization_tech_guest": [ + "kvm" + ], + "ansible_virtualization_tech_host": [ + "kvm" + ], + "ansible_virtualization_type": "kvm", + "discovered_interpreter_python": "/usr/bin/python3.10", + "gather_subset": [ + "all" + ], + "module_setup": true + }, + "changed": false +} +node01.brbd.ceph.szfo | SUCCESS => { + "ansible_facts": { + "ansible_all_ipv4_addresses": [ + "10.50.8.75" + ], + "ansible_all_ipv6_addresses": [ + "fe80::aff:fe32:84b" + ], + "ansible_apparmor": { + "status": "enabled" + }, + "ansible_architecture": "x86_64", + "ansible_bios_date": "04/01/2014", + "ansible_bios_vendor": "SeaBIOS", + "ansible_bios_version": "1.16.3-debian-1.16.3-2", + "ansible_board_asset_tag": "NA", + "ansible_board_name": "NA", + "ansible_board_serial": "NA", + "ansible_board_vendor": "NA", + "ansible_board_version": "NA", + "ansible_chassis_asset_tag": "NA", + "ansible_chassis_serial": "NA", + "ansible_chassis_vendor": "QEMU", + "ansible_chassis_version": "pc-i440fx-noble", + "ansible_cmdline": { + "BOOT_IMAGE": "/boot/vmlinuz-5.15.0-73-generic", + "biosdevname": "0", + "net.ifnames": "0", + "ro": true, + "root": "UUID=bfcd90b4-75e9-41d1-82f0-9b77a3374532" + }, + "ansible_date_time": { + "date": "2024-12-17", + "day": "17", + "epoch": "1734423837", + "epoch_int": "1734423837", + "hour": "08", + "iso8601": "2024-12-17T08:23:57Z", + "iso8601_basic": "20241217T082357266712", + "iso8601_basic_short": "20241217T082357", + "iso8601_micro": "2024-12-17T08:23:57.266712Z", + "minute": "23", + "month": "12", + "second": "57", + "time": "08:23:57", + "tz": "UTC", + "tz_dst": "UTC", + "tz_offset": "+0000", + "weekday": "Tuesday", + "weekday_number": "2", + "weeknumber": "51", + "year": "2024" + }, + "ansible_default_ipv4": { + "address": "10.50.8.75", + "alias": "eth0", + "broadcast": "10.50.8.255", + "gateway": "10.50.8.4", + "interface": "eth0", + "macaddress": "02:00:0a:32:08:4b", + "mtu": 1500, + "netmask": "255.255.255.0", + "network": "10.50.8.0", + "prefix": "24", + "type": "ether" + }, + "ansible_default_ipv6": {}, + "ansible_device_links": { + "ids": { + "sda": [ + "scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0" + ], + "sr0": [ + "ata-QEMU_DVD-ROM_QM00001", + "scsi-0QEMU_QEMU_DVD-ROM_QM00001", + "scsi-1ATA_QEMU_DVD-ROM_QM00001" + ] + }, + "labels": { + "sr0": [ + "CONTEXT" + ], + "vda1": [ + "cloudimg-rootfs" + ], + "vda15": [ + "UEFI" + ] + }, + "masters": {}, + "uuids": { + "sr0": [ + "2024-12-17-09-50-34-00" + ], + "vda1": [ + "bfcd90b4-75e9-41d1-82f0-9b77a3374532" + ], + "vda15": [ + "5750-3511" + ] + } + }, + "ansible_devices": { + "loop0": { + "holders": [], + "host": "", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 0, + "sectorsize": "512", + "size": "0.00 Bytes", + "support_discard": "0", + "vendor": null, + "virtual": 1 + }, + "loop1": { + "holders": [], + "host": "", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 0, + "sectorsize": "512", + "size": "0.00 Bytes", + "support_discard": "0", + "vendor": null, + "virtual": 1 + }, + "loop2": { + "holders": [], + "host": "", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 0, + "sectorsize": "512", + "size": "0.00 Bytes", + "support_discard": "0", + "vendor": null, + "virtual": 1 + }, + "loop3": { + "holders": [], + "host": "", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 0, + "sectorsize": "512", + "size": "0.00 Bytes", + "support_discard": "0", + "vendor": null, + "virtual": 1 + }, + "loop4": { + "holders": [], + "host": "", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 0, + "sectorsize": "512", + "size": "0.00 Bytes", + "support_discard": "0", + "vendor": null, + "virtual": 1 + }, + "loop5": { + "holders": [], + "host": "", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 0, + "sectorsize": "512", + "size": "0.00 Bytes", + "support_discard": "0", + "vendor": null, + "virtual": 1 + }, + "loop6": { + "holders": [], + "host": "", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 0, + "sectorsize": "512", + "size": "0.00 Bytes", + "support_discard": "0", + "vendor": null, + "virtual": 1 + }, + "loop7": { + "holders": [], + "host": "", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 0, + "sectorsize": "512", + "size": "0.00 Bytes", + "support_discard": "0", + "vendor": null, + "virtual": 1 + }, + "sda": { + "holders": [], + "host": "SCSI storage controller: Red Hat, Inc. Virtio SCSI", + "links": { + "ids": [ + "scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0" + ], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": "QEMU HARDDISK", + "partitions": {}, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "mq-deadline", + "sectors": 41943040, + "sectorsize": "512", + "size": "20.00 GB", + "support_discard": "4096", + "vendor": "QEMU", + "virtual": 1 + }, + "sr0": { + "holders": [], + "host": "IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]", + "links": { + "ids": [ + "ata-QEMU_DVD-ROM_QM00001", + "scsi-0QEMU_QEMU_DVD-ROM_QM00001", + "scsi-1ATA_QEMU_DVD-ROM_QM00001" + ], + "labels": [ + "CONTEXT" + ], + "masters": [], + "uuids": [ + "2024-12-17-09-50-34-00" + ] + }, + "model": "QEMU DVD-ROM", + "partitions": {}, + "removable": "1", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "mq-deadline", + "sectors": 182, + "sectorsize": "2048", + "size": "364.00 KB", + "support_discard": "0", + "vendor": "QEMU", + "virtual": 1 + }, + "vda": { + "holders": [], + "host": "SCSI storage controller: Red Hat, Inc. Virtio block device", + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "model": null, + "partitions": { + "vda1": { + "holders": [], + "links": { + "ids": [], + "labels": [ + "cloudimg-rootfs" + ], + "masters": [], + "uuids": [ + "bfcd90b4-75e9-41d1-82f0-9b77a3374532" + ] + }, + "sectors": 20744159, + "sectorsize": 512, + "size": "9.89 GB", + "start": "227328", + "uuid": "bfcd90b4-75e9-41d1-82f0-9b77a3374532" + }, + "vda14": { + "holders": [], + "links": { + "ids": [], + "labels": [], + "masters": [], + "uuids": [] + }, + "sectors": 8192, + "sectorsize": 512, + "size": "4.00 MB", + "start": "2048", + "uuid": null + }, + "vda15": { + "holders": [], + "links": { + "ids": [], + "labels": [ + "UEFI" + ], + "masters": [], + "uuids": [ + "5750-3511" + ] + }, + "sectors": 217088, + "sectorsize": 512, + "size": "106.00 MB", + "start": "10240", + "uuid": "5750-3511" + } + }, + "removable": "0", + "rotational": "1", + "sas_address": null, + "sas_device_handle": null, + "scheduler_mode": "none", + "sectors": 20971520, + "sectorsize": "512", + "size": "10.00 GB", + "support_discard": "512", + "vendor": "0x1af4", + "virtual": 1 + } + }, + "ansible_distribution": "Ubuntu", + "ansible_distribution_file_parsed": true, + "ansible_distribution_file_path": "/etc/os-release", + "ansible_distribution_file_variety": "Debian", + "ansible_distribution_major_version": "22", + "ansible_distribution_release": "jammy", + "ansible_distribution_version": "22.04", + "ansible_dns": { + "domain": "brbd.ceph.szfo", + "nameservers": [ + "10.50.8.51" + ] + }, + "ansible_domain": "brbd.ceph.szfo", + "ansible_effective_group_id": 1000, + "ansible_effective_user_id": 1000, + "ansible_env": { + "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/1000/bus", + "HOME": "/home/g10", + "LANG": "C.UTF-8", + "LOGNAME": "g10", + "MOTD_SHOWN": "pam", + "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", + "PWD": "/home/g10", + "SHELL": "/bin/bash", + "SHLVL": "0", + "SSH_CLIENT": "172.20.2.33 55046 22", + "SSH_CONNECTION": "172.20.2.33 55046 10.50.8.75 22", + "SSH_TTY": "/dev/pts/1", + "TERM": "xterm-256color", + "USER": "g10", + "XDG_RUNTIME_DIR": "/run/user/1000", + "XDG_SESSION_CLASS": "user", + "XDG_SESSION_ID": "20", + "XDG_SESSION_TYPE": "tty", + "_": "/bin/sh" + }, + "ansible_eth0": { + "active": true, + "device": "eth0", + "features": { + "esp_hw_offload": "off [fixed]", + "esp_tx_csum_hw_offload": "off [fixed]", + "fcoe_mtu": "off [fixed]", + "generic_receive_offload": "on", + "generic_segmentation_offload": "on", + "highdma": "on [fixed]", + "hsr_dup_offload": "off [fixed]", + "hsr_fwd_offload": "off [fixed]", + "hsr_tag_ins_offload": "off [fixed]", + "hsr_tag_rm_offload": "off [fixed]", + "hw_tc_offload": "off [fixed]", + "l2_fwd_offload": "off [fixed]", + "large_receive_offload": "off [fixed]", + "loopback": "off [fixed]", + "macsec_hw_offload": "off [fixed]", + "netns_local": "off [fixed]", + "ntuple_filters": "off [fixed]", + "receive_hashing": "off [fixed]", + "rx_all": "off [fixed]", + "rx_checksumming": "on [fixed]", + "rx_fcs": "off [fixed]", + "rx_gro_hw": "on", + "rx_gro_list": "off", + "rx_udp_gro_forwarding": "off", + "rx_udp_tunnel_port_offload": "off [fixed]", + "rx_vlan_filter": "on [fixed]", + "rx_vlan_offload": "off [fixed]", + "rx_vlan_stag_filter": "off [fixed]", + "rx_vlan_stag_hw_parse": "off [fixed]", + "scatter_gather": "on", + "tcp_segmentation_offload": "on", + "tls_hw_record": "off [fixed]", + "tls_hw_rx_offload": "off [fixed]", + "tls_hw_tx_offload": "off [fixed]", + "tx_checksum_fcoe_crc": "off [fixed]", + "tx_checksum_ip_generic": "on", + "tx_checksum_ipv4": "off [fixed]", + "tx_checksum_ipv6": "off [fixed]", + "tx_checksum_sctp": "off [fixed]", + "tx_checksumming": "on", + "tx_esp_segmentation": "off [fixed]", + "tx_fcoe_segmentation": "off [fixed]", + "tx_gre_csum_segmentation": "off [fixed]", + "tx_gre_segmentation": "off [fixed]", + "tx_gso_list": "off [fixed]", + "tx_gso_partial": "off [fixed]", + "tx_gso_robust": "on [fixed]", + "tx_ipxip4_segmentation": "off [fixed]", + "tx_ipxip6_segmentation": "off [fixed]", + "tx_lockless": "off [fixed]", + "tx_nocache_copy": "off", + "tx_scatter_gather": "on", + "tx_scatter_gather_fraglist": "off [fixed]", + "tx_sctp_segmentation": "off [fixed]", + "tx_tcp6_segmentation": "on", + "tx_tcp_ecn_segmentation": "on", + "tx_tcp_mangleid_segmentation": "off", + "tx_tcp_segmentation": "on", + "tx_tunnel_remcsum_segmentation": "off [fixed]", + "tx_udp_segmentation": "off [fixed]", + "tx_udp_tnl_csum_segmentation": "off [fixed]", + "tx_udp_tnl_segmentation": "off [fixed]", + "tx_vlan_offload": "off [fixed]", + "tx_vlan_stag_hw_insert": "off [fixed]", + "vlan_challenged": "off [fixed]" + }, + "hw_timestamp_filters": [], + "ipv4": { + "address": "10.50.8.75", + "broadcast": "10.50.8.255", + "netmask": "255.255.255.0", + "network": "10.50.8.0", + "prefix": "24" + }, + "ipv6": [ + { + "address": "fe80::aff:fe32:84b", + "prefix": "64", + "scope": "link" + } + ], + "macaddress": "02:00:0a:32:08:4b", + "module": "virtio_net", + "mtu": 1500, + "pciid": "virtio0", + "promisc": false, + "speed": -1, + "timestamping": [], + "type": "ether" + }, + "ansible_fibre_channel_wwn": [], + "ansible_fips": false, + "ansible_flags": [ + "fpu", + "vme", + "de", + "pse", + "tsc", + "msr", + "pae", + "mce", + "cx8", + "apic", + "sep", + "mtrr", + "pge", + "mca", + "cmov", + "pat", + "pse36", + "clflush", + "mmx", + "fxsr", + "sse", + "sse2", + "ss", + "syscall", + "nx", + "pdpe1gb", + "rdtscp", + "lm", + "constant_tsc", + "arch_perfmon", + "rep_good", + "nopl", + "xtopology", + "cpuid", + "tsc_known_freq", + "pni", + "pclmulqdq", + "vmx", + "ssse3", + "fma", + "cx16", + "pdcm", + "pcid", + "sse4_1", + "sse4_2", + "x2apic", + "movbe", + "popcnt", + "tsc_deadline_timer", + "aes", + "xsave", + "avx", + "f16c", + "rdrand", + "hypervisor", + "lahf_lm", + "abm", + "3dnowprefetch", + "cpuid_fault", + "invpcid_single", + "ssbd", + "ibrs", + "ibpb", + "stibp", + "ibrs_enhanced", + "tpr_shadow", + "vnmi", + "flexpriority", + "ept", + "vpid", + "ept_ad", + "fsgsbase", + "tsc_adjust", + "bmi1", + "avx2", + "smep", + "bmi2", + "erms", + "invpcid", + "mpx", + "avx512f", + "avx512dq", + "rdseed", + "adx", + "smap", + "clflushopt", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "xsaveopt", + "xsavec", + "xgetbv1", + "xsaves", + "arat", + "umip", + "pku", + "ospke", + "avx512_vnni", + "md_clear", + "flush_l1d", + "arch_capabilities" + ], + "ansible_form_factor": "Other", + "ansible_fqdn": "node01.brbd.ceph.szfo", + "ansible_hostname": "node01", + "ansible_hostnqn": "", + "ansible_interfaces": [ + "eth0", + "lo" + ], + "ansible_is_chroot": false, + "ansible_iscsi_iqn": "", + "ansible_kernel": "5.15.0-73-generic", + "ansible_kernel_version": "#80-Ubuntu SMP Mon May 15 15:18:26 UTC 2023", + "ansible_lo": { + "active": true, + "device": "lo", + "features": { + "esp_hw_offload": "off [fixed]", + "esp_tx_csum_hw_offload": "off [fixed]", + "fcoe_mtu": "off [fixed]", + "generic_receive_offload": "on", + "generic_segmentation_offload": "on", + "highdma": "on [fixed]", + "hsr_dup_offload": "off [fixed]", + "hsr_fwd_offload": "off [fixed]", + "hsr_tag_ins_offload": "off [fixed]", + "hsr_tag_rm_offload": "off [fixed]", + "hw_tc_offload": "off [fixed]", + "l2_fwd_offload": "off [fixed]", + "large_receive_offload": "off [fixed]", + "loopback": "on [fixed]", + "macsec_hw_offload": "off [fixed]", + "netns_local": "on [fixed]", + "ntuple_filters": "off [fixed]", + "receive_hashing": "off [fixed]", + "rx_all": "off [fixed]", + "rx_checksumming": "on [fixed]", + "rx_fcs": "off [fixed]", + "rx_gro_hw": "off [fixed]", + "rx_gro_list": "off", + "rx_udp_gro_forwarding": "off", + "rx_udp_tunnel_port_offload": "off [fixed]", + "rx_vlan_filter": "off [fixed]", + "rx_vlan_offload": "off [fixed]", + "rx_vlan_stag_filter": "off [fixed]", + "rx_vlan_stag_hw_parse": "off [fixed]", + "scatter_gather": "on", + "tcp_segmentation_offload": "on", + "tls_hw_record": "off [fixed]", + "tls_hw_rx_offload": "off [fixed]", + "tls_hw_tx_offload": "off [fixed]", + "tx_checksum_fcoe_crc": "off [fixed]", + "tx_checksum_ip_generic": "on [fixed]", + "tx_checksum_ipv4": "off [fixed]", + "tx_checksum_ipv6": "off [fixed]", + "tx_checksum_sctp": "on [fixed]", + "tx_checksumming": "on", + "tx_esp_segmentation": "off [fixed]", + "tx_fcoe_segmentation": "off [fixed]", + "tx_gre_csum_segmentation": "off [fixed]", + "tx_gre_segmentation": "off [fixed]", + "tx_gso_list": "on", + "tx_gso_partial": "off [fixed]", + "tx_gso_robust": "off [fixed]", + "tx_ipxip4_segmentation": "off [fixed]", + "tx_ipxip6_segmentation": "off [fixed]", + "tx_lockless": "on [fixed]", + "tx_nocache_copy": "off [fixed]", + "tx_scatter_gather": "on [fixed]", + "tx_scatter_gather_fraglist": "on [fixed]", + "tx_sctp_segmentation": "on", + "tx_tcp6_segmentation": "on", + "tx_tcp_ecn_segmentation": "on", + "tx_tcp_mangleid_segmentation": "on", + "tx_tcp_segmentation": "on", + "tx_tunnel_remcsum_segmentation": "off [fixed]", + "tx_udp_segmentation": "on", + "tx_udp_tnl_csum_segmentation": "off [fixed]", + "tx_udp_tnl_segmentation": "off [fixed]", + "tx_vlan_offload": "off [fixed]", + "tx_vlan_stag_hw_insert": "off [fixed]", + "vlan_challenged": "on [fixed]" + }, + "hw_timestamp_filters": [], + "ipv4": { + "address": "127.0.0.1", + "broadcast": "", + "netmask": "255.0.0.0", + "network": "127.0.0.0", + "prefix": "8" + }, + "ipv6": [ + { + "address": "::1", + "prefix": "128", + "scope": "host" + } + ], + "mtu": 65536, + "promisc": false, + "timestamping": [], + "type": "loopback" + }, + "ansible_loadavg": { + "15m": 0.0, + "1m": 0.0, + "5m": 0.0 + }, + "ansible_local": {}, + "ansible_locally_reachable_ips": { + "ipv4": [ + "10.50.8.75", + "127.0.0.0/8", + "127.0.0.1" + ], + "ipv6": [ + "::1", + "fe80::aff:fe32:84b" + ] + }, + "ansible_lsb": { + "codename": "jammy", + "description": "Ubuntu 22.04.2 LTS", + "id": "Ubuntu", + "major_release": "22", + "release": "22.04" + }, + "ansible_lvm": "N/A", + "ansible_machine": "x86_64", + "ansible_machine_id": "0bf406dd5452400a896024b41bd11d77", + "ansible_memfree_mb": 3477, + "ansible_memory_mb": { + "nocache": { + "free": 4645, + "used": 280 + }, + "real": { + "free": 3477, + "total": 4925, + "used": 1448 + }, + "swap": { + "cached": 0, + "free": 0, + "total": 0, + "used": 0 + } + }, + "ansible_memtotal_mb": 4925, + "ansible_mounts": [ + { + "block_available": 1957943, + "block_size": 4096, + "block_total": 2493522, + "block_used": 535579, + "device": "/dev/vda1", + "dump": 0, + "fstype": "ext4", + "inode_available": 1205673, + "inode_total": 1290240, + "inode_used": 84567, + "mount": "/", + "options": "rw,relatime,discard,errors=remount-ro", + "passno": 0, + "size_available": 8019734528, + "size_total": 10213466112, + "uuid": "bfcd90b4-75e9-41d1-82f0-9b77a3374532" + }, + { + "block_available": 201353, + "block_size": 512, + "block_total": 213716, + "block_used": 12363, + "device": "/dev/vda15", + "dump": 0, + "fstype": "vfat", + "inode_available": 0, + "inode_total": 0, + "inode_used": 0, + "mount": "/boot/efi", + "options": "rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro", + "passno": 0, + "size_available": 103092736, + "size_total": 109422592, + "uuid": "5750-3511" + } + ], + "ansible_nodename": "node01", + "ansible_os_family": "Debian", + "ansible_pkg_mgr": "apt", + "ansible_proc_cmdline": { + "BOOT_IMAGE": "/boot/vmlinuz-5.15.0-73-generic", + "biosdevname": "0", + "net.ifnames": "0", + "ro": true, + "root": "UUID=bfcd90b4-75e9-41d1-82f0-9b77a3374532" + }, + "ansible_processor": [ + "0", + "GenuineIntel", + "Intel(R) Xeon(R) Gold 6240 CPU @ 2.60GHz", + "1", + "GenuineIntel", + "Intel(R) Xeon(R) Gold 6240 CPU @ 2.60GHz" + ], + "ansible_processor_cores": 1, + "ansible_processor_count": 2, + "ansible_processor_nproc": 2, + "ansible_processor_threads_per_core": 1, + "ansible_processor_vcpus": 2, + "ansible_product_name": "Ubuntu 24.04 PC (i440FX + PIIX, 1996)", + "ansible_product_serial": "NA", + "ansible_product_uuid": "NA", + "ansible_product_version": "pc-i440fx-noble", + "ansible_python": { + "executable": "/usr/bin/python3.10", + "has_sslcontext": true, + "type": "cpython", + "version": { + "major": 3, + "micro": 6, + "minor": 10, + "releaselevel": "final", + "serial": 0 + }, + "version_info": [ + 3, + 10, + 6, + "final", + 0 + ] + }, + "ansible_python_version": "3.10.6", + "ansible_real_group_id": 1000, + "ansible_real_user_id": 1000, + "ansible_selinux": { + "status": "disabled" + }, + "ansible_selinux_python_present": true, + "ansible_service_mgr": "systemd", + "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPq1emiOS0eQAT6BL1tKop7LZVwCckYwVFJii/xP5yQQS0FeJEziUV4BxZLfg6IUfGad7KroJsK1/GKyqJftKXpMWeAaTN77/I4n6FZdeSTKS1tgEm0deS1Ck/JD2sRAX0jhQdcHg3LTWAmkXSoUL7FX7HgVV24NosJ0m1IAEMZpAAAAFQC3MLJMrOKKg0H1fRHGt7S5mtuHwwAAAIEA6etATD04tTEgOGaBrSgw9RofBrROiOLKO9FyF6MuhvrhVYybet/oqjbB87Wdptnj0TheQJgl5bRp4l4BuMqWbPY0+OKqMP0ReWR0iT6Qw1ByahEr9bQ+BOqv2zpP5C48roJXpTM5rS4YgmNB7orWJJJPsEmYwlkpuD/7MDC3k2MAAACBAMt5cb+t4iQ2zOzUhYQV38KFSg163iqW6DzoHTdGv55ncdGz18Iuf9V7YZhCbPTF5YGYimufmnwIi66aqDhFH23wPl7oK6qgmM3DeBrjlF+QZE3kSPkeSWO4yXDWW0TkBzyI6/yZdzg5RdKEB3XLq+8WMwIYSfRiIn5X10aO9OZ3", + "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", + "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDLDKfufm4wdOtsf6Zis4kpsxy8gFYqwmbzLAdjLMrquuXnLWzMGiCwDTlh8I/K9J398Y40Z3rudjnFwVF4vxWc=", + "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", + "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIMZmEf2Um+DeDxQZ/PhixRD+DrC3DjAkVfMHelQvVDV2", + "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", + "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC8XHnfmL+EwXlBLqwtzlTMFatJw6rfs+Y2Ogz9Nj52qJtnNkzibyZvyzfUmEltVogJLIQuLDhZwP7t1FC2v3k0lGNhu1ia8PO0KKxXXlDilIzobtWyvoghuQGRrzSVcOV1snYKL67o9ZJwOEYdGOf16gqnpgO/iQq7JYQijc19zd07rApNoUCCDRarEwVHtuA0szmqjESai56mGYkXAQRB+Ey2Shid3BCAl77qfqXstDF//cuvndq2MQIM70GuCJCJGcPZvv1a8ooqBRMkM4Wor8NNoQWDNgUCM0Z/MeHZ2q410kqNKbsqTHrCDuBFD8aPDut+1cDrjlk/0LV7QZlZw9TVjamvPqkFBEr2ob0FRI1GMXDzOp4ueaH/TNx9Fp1r7CAAvgIq3wGHimYjtJ3acdlNw68x7DzqUPrWt3X0cT/ezd9hSb9CUYExXploPDwqCDsiErqu2pX8LnLDs4lnk0dRJPhwGJ5AMsMxiuSjfvgv+HJFKEK9Rrx9IRhSZ+s=", + "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", + "ansible_swapfree_mb": 0, + "ansible_swaptotal_mb": 0, + "ansible_system": "Linux", + "ansible_system_capabilities": [ + "" + ], + "ansible_system_capabilities_enforced": "True", + "ansible_system_vendor": "QEMU", + "ansible_systemd": { + "features": "+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified", + "version": 249 + }, + "ansible_uptime_seconds": 5597, + "ansible_user_dir": "/home/g10", + "ansible_user_gecos": "", + "ansible_user_gid": 1000, + "ansible_user_id": "g10", + "ansible_user_shell": "/bin/bash", + "ansible_user_uid": 1000, + "ansible_userspace_architecture": "x86_64", + "ansible_userspace_bits": "64", + "ansible_virtualization_role": "guest", + "ansible_virtualization_tech_guest": [ + "kvm" + ], + "ansible_virtualization_tech_host": [ + "kvm" + ], + "ansible_virtualization_type": "kvm", + "discovered_interpreter_python": "/usr/bin/python3.10", + "gather_subset": [ + "all" + ], + "module_setup": true + }, + "changed": false +} diff --git a/pre-deploy.yml b/pre-deploy.yml index de0222d..63799f3 100644 --- a/pre-deploy.yml +++ b/pre-deploy.yml @@ -12,7 +12,7 @@ grafana_tag: "9.4.12" alertmanager_tag: "v0.27.0" ntp_server: "ntp.int.nt-com.ru" - first_mon_ip: "10.50.8.51" + first_mon_ip: "10.50.8.75" # cluster_network: "10.63.0.0/24" public_network: "10.50.8.0/24" CEPH_RELEASE: '19.2.0' diff --git a/templates/cluster_spec.yml.j2 b/templates/cluster_spec.yml.j2 index e81d232..397c19f 100644 --- a/templates/cluster_spec.yml.j2 +++ b/templates/cluster_spec.yml.j2 @@ -1,5 +1,5 @@ {% macro nodes() %} - {%- for _host in groups['all'] %} + {%- for _host in groups['ceph-nodes'] %} service_type: host addr: {{hostvars[_host]['addr']}} hostname: {{ _host }}