码迷,mamicode.com
首页 >  
搜索关键字:ansible configuration management    ( 11126个结果
ansible 一键安装mysql
####ansible 使用剧本一键安装mysql 这里使用的没有联网安装 自己准备了安装包以及依赖关系(安装包都是放在了/sof,yum可以多个共存) `` [root@localhost ~]# createrepo //sof [root@localhost ~]# ls //sof [roo ...
分类:数据库   时间:2020-07-01 22:18:59    阅读次数:105
playbook 介绍
1、什么是playbook 将多个要执行ansible操作安装顺序整合到一个文件中, 这个文件就是yaml 执行yaml文件的方法是通过ansible-playbook执行 yaml文件中的元素 变量 循环 判断 2、变量 变量命名规则 只能以字母为开头 构成只能有数字、字母、下划线 变量类别 自定 ...
分类:其他好文   时间:2020-07-01 20:13:20    阅读次数:67
redmine 的微软邮箱配置
配置文件地址: /usr/src/redmine/config/configuration.yml # = Redmine configuration file # # Each environment has its own configuration options. If you are on ...
分类:其他好文   时间:2020-07-01 20:11:49    阅读次数:60
Spring Boot MySQL JPA Hibernate Restful CRUD API Tutorial
Spring Boot has taken Spring framework to the next level. It has drastically reduced the configuration and setup time required for spring projects. Sp ...
分类:数据库   时间:2020-07-01 18:40:39    阅读次数:64
Spring 概述
在学习 Spring 的时候,我们必须得有个整体性的概念。 这个概念就是: Spring 到底是什么? 官网给了如下的介绍: The Spring Framework provides a comprehensive programming and configuration model for m ...
分类:编程语言   时间:2020-07-01 16:15:49    阅读次数:77
mybatis自动生成器生成所有表
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN" "http://m ...
分类:其他好文   时间:2020-07-01 15:51:59    阅读次数:239
ef6 code first,对已有数据库如何执行迁移
先执行:Enable-Migrations,会生成Migrations-》Configuration.cs 再执行:Add-Migrations InitialCreate – IgnoreChanges,会生成空************_InitialCreate.cs,忽略初始化 再执行:Upd ...
分类:数据库   时间:2020-07-01 14:24:34    阅读次数:77
jenkins 下使用ansible 跨服务器控制操作
例如: A服务器地址:172.16.1.203 B服务器地址:172.16.1.204 当jenkins 在A 服务器并且用户aa, 控制B 服务器的用户bb的操作 (1)B服务器 用ssh-keyscan命令将公钥添加到本地的known_hosts文件里面去 如:ssh-keyscan 172.1 ...
分类:其他好文   时间:2020-07-01 12:52:00    阅读次数:72
python学习(十三)python使用pymsql链接数据库操作
什么是MYSQL数据库 MySQL是一个关系型数据库管理系统,由瑞典MySQL AB 公司开发,目前属于 Oracle 旗下产品。MySQL 是最流行的关系型数据库管理系统之一,在 WEB 应用方面,MySQL是最好的 RDBMS (Relational Database Management Sy ...
分类:数据库   时间:2020-07-01 12:35:14    阅读次数:71
MySQL主从复制
1.修改主 vim /etc/my.cnf文件 # For advice on how to change settings please see # http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html ...
分类:数据库   时间:2020-06-30 20:27:13    阅读次数:69
11126条   上一页 1 ... 42 43 44 45 46 ... 1113 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!