国产ARM主机安装Ansible

当离线版本的x86版本的ansible用久了后,放到arm上以为也还能用,一安装才知道,嘿,用不了。

那就下载arm版本的ansible吧。离线安装版本,留着备用。

bash 复制代码
# lscpu
架构:                           aarch64
CPU 运行模式:                   64-bit
字节序:                         Little Endian
CPU:                             32
在线 CPU 列表:                  0-31
每个核的线程数:                 1
每个座的核数:                   16
座:                             2
NUMA 节点:                      1
厂商 ID:                        HiSilicon
型号:                           0
型号名称:                       Kunpeng-920
步进:                           0x1
BogoMIPS:                       200.00
NUMA 节点0 CPU:                 0-31
Vulnerability Itlb multihit:     Not affected
Vulnerability L1tf:              Not affected
Vulnerability Mds:               Not affected
Vulnerability Meltdown:          Not affected
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1:        Mitigation; __user pointer sanitization
Vulnerability Spectre v2:        Not affected
Vulnerability Srbds:             Not affected
Vulnerability Tsx async abort:   Not affected
标记:                           fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma dcpop asimddp asimdfhm

arm资源信息

链接: https://caiyun.139.com/m/i?185CEev6y1xHS 提取码:RcMC

bash 复制代码
# ansible --version
[DEPRECATION WARNING]: Ansible will require Python 3.8 or newer on the controller starting with Ansible 2.12. Current version: 3.7.9 (default, Mar  2 2021, 14:57:35) [GCC 7.3.0]. This 
feature will be removed from ansible-core in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ansible [core 2.11.12] 
  config file = None
  configured module search path = ['/data/dag/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /data/dag/.local/lib/python3.7/site-packages/ansible
  ansible collection location = /data/dag/.ansible/collections:/usr/share/ansible/collections
  executable location = /data/dag/.local/bin/ansible
  python version = 3.7.9 (default, Mar  2 2021, 14:57:35) [GCC 7.3.0]
  jinja version = 2.11.2
  libyaml = True

x86资源列表

链接: https://caiyun.139.com/m/i?185CEKwQ3LlnF 提取码:t9Xd

bash 复制代码
# ansible --version
ansible 2.9.27
  config file = /etc/ansible/ansible.cfg
  configured module search path = [u'/home/yyt/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python2.7/site-packages/ansible
  executable location = /bin/ansible
  python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]
相关推荐
pyliumy9 小时前
在基于Arm架构的华为鲲鹏服务器上,针对openEuler 20.03 LTS操作系统, 安装Ansible 和MySQL
服务器·架构·ansible
集大周杰伦13 小时前
ARM Cortex-M 内存映射详解:如何基于寄存器直接读写 寄存器映射方式编码程序 直接操作硬件寄存器来控制 MCU
arm开发·stm32·单片机·内存映射·arm cortex-m·地址映射·寄存器编码
EasyCVR20 小时前
EasyRTC嵌入式视频通话SDK的跨平台适配,构建web浏览器、Linux、ARM、安卓等终端的低延迟音视频通信
android·arm开发·网络协议·tcp/ip·音视频·webrtc
与光同尘 大道至简1 天前
中国嵌入式单片机就业形势分析
arm开发·python·单片机·嵌入式硬件·github·硬件工程
LS_P3 天前
视频输入设备-V4L2的开发流程简述
arm开发·音视频
笑洋仟3 天前
统信系统arm架构安装starrocks2.5.14(Docker-compose方式部署)
arm开发·docker·架构
byte轻骑兵3 天前
嵌入式 ARM Linux 系统构成(2):Linux内核层
linux·arm开发·嵌入式系统开发
Mogu_cloud3 天前
蘑菇云最新arm盒子镜像及装机教程
服务器·网络·arm开发·web安全·云计算·智能路由器
小狗爱吃黄桃罐头3 天前
正点原子[第三期]Arm(iMX6U)Linux移植学习笔记-2.1 uboot简介
linux·arm开发·学习