码迷,mamicode.com
首页 >  
搜索关键字:ansible 角色定义 nginx安装    ( 4071个结果
nginx模块
nginx安装模块:luajiterrorwhileloadingsharedlibraries:libluajit-5.1.so.2解决:在/etc/ld.so.conf中加入/usr/local/lib这一行,保存之后,再运行:/sbin/ldconfig–v更新一下配置即可。
分类:其他好文   时间:2015-07-15 23:14:36    阅读次数:148
知识沉淀
工作已经有三年多了,但是对于自己所学到的知识一直没有做一个整体的规划沉淀,这段时间一直在考虑辞职跳槽的事情,索性趁这个机会把自己的知识整理一下。运维:LinuxOS,http,ftp,dns,dhcp,nfs,smb,tomcat,memcache等数据库:MySQL,Oracle自动化:Puppet,Ansible语言:Shell,Py..
分类:其他好文   时间:2015-07-14 20:40:52    阅读次数:167
Ansible中的tags使用
如果你有一个很大的playbook,而你只想run其中的某个task,这个时候tags是你的最佳选择。如何使用呢?一、最常见的使用形式:抄取官方的实例:tasks: -yum:name={{item}}state=installed with_items: -httpd -memcached tags: -packages -template:src=templates/src.j2dest=/et..
分类:其他好文   时间:2015-07-14 20:37:45    阅读次数:123
Hadoop Ansible Architecture
分类:其他好文   时间:2015-07-14 06:26:53    阅读次数:123
ansible学习之--简单学习笔记3
使用python调用playbook和shell脚本 我的python脚本为: #!/usr/bin/env python import ansible.playbook from ansible import callbacks from ansible import utils import json import commands status, result = commands....
分类:其他好文   时间:2015-07-13 20:42:57    阅读次数:250
Puppet基于Master/Agent模式实现LNMP平台部署
前言随着IT行业的迅猛发展,传统的运维方式靠大量人力比较吃力,运维人员面对日益增长的服务器和运维工作,不得不把很多重复的、繁琐的工作利用自动化处理。前期我们介绍了运维自动化工具ansible的简单应用,本期带来的是运维自动化神器puppet基于Master/Agent模式实现LNMP平台..
分类:其他好文   时间:2015-07-13 00:59:14    阅读次数:261
nginx在windows下配置缓存服务器缓存静态资源+Tomcat集群
nginx安装目录修改nginx.conf文件配置负载均衡配置Tomcat集群并设置动静分离#user nobody; error_log logs/error.log; worker_processes 2;worker_rlimit_nofile 1024;events { ...
分类:Windows程序   时间:2015-07-11 22:45:50    阅读次数:982
架构设计:负载均衡层设计方案(3)——Nginx进阶
上篇文章《架构设计:负载均衡层设计方案(2)——Nginx安装》(http://blog.csdn.net/yinwenjie/article/details/46620711),我们介绍了Nginx的核心设计思想、基本安装和使用。本来准备继续介绍Nginx的几个使用特性,但是奈何博文篇幅太长,只有将一篇文章拆成两篇。本文我们将承接上文,继续讲解Nginx的实用特性,包括gzip功能、rewirte功能和一个第三方的...
分类:其他好文   时间:2015-07-10 15:12:13    阅读次数:136
ansible学习之--简单学习笔记一
1.利用dm-crypt来创建加密文件系统。编写shell脚本 2.编写ansible,playbook文件 3.编写python脚本 首先编写shell脚本 #!/bin/sh sudo apt-get install dmsetup cryptsetup sudo modprobe dm-crypt echo "dd if=/dev/zero of=/home/prod/secr...
分类:其他好文   时间:2015-07-10 13:29:46    阅读次数:139
nginx安装配置+集群tomcat:Centos和windows环境
版本:nginx-1.8.0.tar.gz官网:http://nginx.org/en/download.html 版本:apache-tomcat-6.0.44.tar.gz官网:http://tomcat.apache.org/1、安装脚本: # yum clean all # yum m...
分类:Windows程序   时间:2015-07-10 13:24:24    阅读次数:255
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!