码迷,mamicode.com
首页 >  
搜索关键字:ansible lookup    ( 3257个结果
Springboot 2.4.0跨域配置无效及接口访问报错(解决方法)allowedOrigins cannot contain the special value "*"
异常: java.lang.IllegalArgumentException: When allowCredentials is true, allowedOrigins cannot contain the special value "*"since that cannot be set on ...
分类:编程语言   时间:2021-03-02 12:28:35    阅读次数:0
ansible when条件语句用法
ansible when条件语句用法 参考 基本用法 - hosts: all tasks: - include: Ubuntu.yml when: ansible_os_family == "Ubuntu" - include: RHEL.yml when: ansible_os_family = ...
分类:其他好文   时间:2021-02-27 13:41:18    阅读次数:0
ansible之利用角色简化playbook
角色结构描述 Ansible角色提供了一种方法,让用户能以通用的方式更加轻松地重复利用Ansible代码。通过打包的方式将任务归档至一起,更加灵活的调用 Ansible角色具有下列优点: 模块化,通用配置 角色可以分组内容,从而与他人轻松共享代码 可以编写角色来定义系统类型的基本要素:Web服务器、 ...
分类:其他好文   时间:2021-02-25 11:42:55    阅读次数:0
lamp
playbook部署lamp 环境 主机IP |需要安装的服务 |name -|-|- 192.168.23.132 |ansible |ansible 192.168.23.133 |httpd |httpd 192.168.23.134 |mysql |mysql 192.168.23.135 ...
分类:其他好文   时间:2021-02-23 14:38:08    阅读次数:0
java.lang.NoSuchMethodError: 'java.lang.String javax.annotation.Resource.lookup()'
之前用的 <dependency> <groupId>javax.annotation</groupId> <artifactId>jsr250-api</artifactId> <version>1.0</version> </dependency> 更改后的版本 <dependency> <gr ...
分类:编程语言   时间:2021-02-19 13:54:21    阅读次数:0
ansible实战:lamp
ansible实战:lamp 环境说明: 主机IP 需要安装的服务 192.168.100.1 ansible 192.168.100.2 httpd 192.168.100.3 mysql 192.168.100.4 php 项目结构预览: [root@ansible project]# tree ...
分类:其他好文   时间:2021-01-26 11:50:59    阅读次数:0
Ansible Linux commonly used moudle example
Ansible 常用模块 参考地址: https://docs.ansible.com/ansible/latest/modules/modules_by_category.html ping command and shell # 注意区别和相同 # command 不能识别变量以及引号内容 ro ...
分类:系统相关   时间:2021-01-19 12:09:17    阅读次数:0
restic 备份至阿里云oss
restic -o s3.bucket-lookup=dns -o s3.region=oss-cn-beijing -r s3:https://xxx(bucket_name).oss-cn-beijing.aliyuncs.com init 需要修改代码, Go语言不太熟悉, 改的合不合理不太清 ...
分类:其他好文   时间:2021-01-19 11:54:37    阅读次数:0
playbook自动化安装lamp
准备4台主机,其中一台装ansible,其余三台分别部署apache、mysql、php,实现lamp架构 主控机ip:192.168.170.20 wang ansible 受控机ip:192.168.170.134 apache apache 192.168.170.135 mysql mysq ...
分类:其他好文   时间:2021-01-13 10:47:52    阅读次数:0
Ansible常用模块
Ansible常用模块 ansible常用模块使用详解 ansible常用模块有: ping yum template copy user group service raw command shell script ansible常用模块raw、command、shell的区别: shell模块调 ...
分类:其他好文   时间:2021-01-08 11:31:37    阅读次数:0
3257条   上一页 1 2 3 4 5 6 ... 326 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!