码迷,mamicode.com
首页 >  
搜索关键字:ansible 安装smokeping    ( 2454个结果
ansible中playbook使用
palybook使用 #####定义/etc/ansible/hosts 两种方式: 基于ssh密码登录 不配置免密码登录,需要在hosts文件中配置 第一种:基于ssh密码登录 参数一:inventoryansible的主要功能用于批量管理主机操作,便捷的使用部分主机,可以在inventory f ...
分类:其他好文   时间:2019-01-14 01:07:11    阅读次数:231
【原创】运维基础之Ansible(1)简介、安装和使用
官方:https://www.ansible.com/ 一 简介 Ansible is a radically simple IT automation engine that automates cloud provisioning, configuration management, appli ...
分类:其他好文   时间:2019-01-13 19:15:00    阅读次数:160
ansible配置文件ansible.cfg详解
1)inventory该参数表示资源清单inventory文件的位置,资源清单就是一些Ansible需要连接管理的主机列表inventory=/root/ansible/hosts2)libraryAnsible的操作动作,无论是本地或远程,都使用一小段代码来执行,这小段代码称为模块,这个library参数就是指向存放Ansible模块的目录library=/usr/share/ansible3)
分类:其他好文   时间:2019-01-13 00:14:11    阅读次数:470
Jenkins+Gitlab+Ansible自动化部署(六)
Pipeline Job实现Nginix+MySQL+PHP+Wordpress实现自动化部署交付(Jenkins+Gitlab+Ansible自动化部署(五)https://www.cnblogs.com/zd520pyx1314/p/10249094.html) 环境准备 编写ansible p ...
分类:其他好文   时间:2019-01-10 20:29:24    阅读次数:654
Ansible简介
Ansible简介Ansible是自动化运维工具框架(内含模块插件),不需要安装客户端软件,通过SSH协议进行通信;基于模块工作,模块可以由多个语言开发;不仅支持命令行使用,也可以支持编写yaml格式的playbook剧本,易于编写和阅读;安装十分简单,CentOS一般通过配置yum源直接安装;提供UI界面,www.ansible.com/tower。需要收费Ansible一辈RedHat公司收购
分类:其他好文   时间:2019-01-10 11:26:18    阅读次数:137
Linux-ansible
目的 项目:代码发布系统 实现功能: 发布代码 前戏 ansible openpyxl 项目的开发 ansible python开发的一款开源工具 批量到执行远程主机命令 安装 yum install ansible y 查看ansible生成的文件 查看ansible生成的命令 操作都是幂等的 a ...
分类:系统相关   时间:2019-01-09 13:34:43    阅读次数:246
Python 调用 Ansible API 简例
如下是ad-hoc模式下的调用方式:ansible[模块][选项][主机资产]#!/usr/bin/envpythonimportjsonimportshutilfromcollectionsimportnamedtuplefromansible.parsing.dataloaderimportDataLoaderfromansible.vars.managerimportVariableMana
分类:编程语言   时间:2019-01-09 11:24:19    阅读次数:409
ansible管理win10
设置Windows远端管理(WS-Management,WinRM)winrmservice默认都是未启用的状态,先查看状态;如无返回信息,则是没有启动;winrmenumeratewinrm/config/listener######针对winrmservice进行基础配置:winrmquickconfig###########需要把需要ansible管理的window机器调成专有网络#####
分类:Windows程序   时间:2019-01-08 17:48:48    阅读次数:1742
(一)ansible 安装配置
CentOS 7.5 一,安装 yum -y install ansible 二,配置hosts文件 /etc/ansible/hosts 常用参数配置: ansible_ssh_host # 目标主机地址 ansible_ssh_port # 目标主机端口,默认22 ansible_ssh_use ...
分类:其他好文   时间:2019-01-08 17:16:42    阅读次数:164
ansible概述、安装、命令基础
ansible概述 Ansible是2013年推出的一款IT自动化和DevOps软件,目前由Redhat已签署Ansible收购协议。其是基于Python研发,糅合了很多老运维工具的优点。实现了批量操作系统配置,批量程序的部署,批量运行命令等功能。 为什么要选择ansible? ? ansible优 ...
分类:其他好文   时间:2019-01-08 00:17:31    阅读次数:210
2454条   上一页 1 ... 75 76 77 78 79 ... 246 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!