Configuration: 默认有两个配置文件 /etc/ansible/ansible.cfg 为配置文件 /etc/ansible/hosts为inventory host_key_checking = True 时,不能使用密码链接target ...
分类:
其他好文 时间:
2021-04-21 12:59:45
阅读次数:
0
基于python-flask的数据库可视化系统(增删改查) 前言 ? 前文介绍了登录页面的开发,现在更进一步,介绍一下网页上数据库系统增删改查的实现。核心技术主要是ajax/flask/sqlalchemy。其中ajax负责在前端和后端之间传递数据,flask负责提供路由,sqlalchemy负责操 ...
分类:
数据库 时间:
2021-03-31 12:22:50
阅读次数:
0
文档链接 https://docs.ansible.com/ansible/latest/reference_appendices/config.html 配置文件 [defaults] inventory = /etc/ansible/hosts sudo_user=root remote_por ...
分类:
其他好文 时间:
2021-03-30 13:37:18
阅读次数:
0
SSH部分 操作主机创建密钥 [root@localhost ~]# ssh-keygen [root@localhost ~]# ls .ssh/ id_rsa id_rsa.pub 分发公钥到被监控端 [root@localhost .ssh]# ssh-copy-id -i id_rsa.pu ...
分类:
其他好文 时间:
2021-03-06 15:08:11
阅读次数:
0
This is about product inventory calculation. In order entry software development, we will be dealing with products inventory. For example: 1. When sel ...
分类:
其他好文 时间:
2020-12-23 12:25:16
阅读次数:
0
1.ansible命令集ansible:定义并运行简单任务。ansible-config:查看、编辑、管理ansible配置。ansible-doc:文档查看工具。ansible-galaxy:共享和下载roles的工具。ansible-inventory:查看inventory的信息。ansible-playbook:执行playbook。ansible-pull:从仓库中拉去playbook。
分类:
其他好文 时间:
2020-08-19 20:09:27
阅读次数:
115
很多时候,一台服务器往往安装了多个版本的db,或许还有em,ogg等产品,所以inventory经常混乱,尤其是手动修改时,容易出错,这时可以用opatch来检查这个文件的完成性。$ORACLE_HOME/OPatch/opatchutilloadXML-xmlInput/oracle/oraInventory/ContentsXML/inventory.xml原文连接:http://godba.
分类:
其他好文 时间:
2020-06-22 09:35:48
阅读次数:
58
//1两表联合查询 db.orders.aggregate([ { $lookup: { from: "inventory",//附表 localField: "item.name",//主表字段 foreignField: "sku",//附表字段 as: "inventory_docs"//附表 ...
分类:
数据库 时间:
2020-06-17 11:07:17
阅读次数:
67
RHEL平台升级Oracle 12C+ PSU补丁 1. 补丁和版本变化信息 Release Schedule of Current Database Releases (Doc ID 742060.1) 1.1 版本编号的变化 从2018年开始,版本号重新的模式,使用3个字段格式( Year.Up ...
分类:
数据库 时间:
2020-05-16 18:54:59
阅读次数:
380