XTY的小站
记录技术笔记和技术博客
最新文章
108. Convert Sorted Array To Binary Search Tree
543. Diameter Of Binary Tree
101. Symmetric Binary Tree
226. Revert Binary Tree
104. Maximum Depth Of Binary Tree
文章分类
android
bigdata
blockchain
blog
cloud
leetcode
cryptography
database
devops
ansible
1.0.0: ansible简介
1.0.1: ansible-连接上的理论知识
1.1.0: ansible安装
1.1.1: 安装paramiko时报crytography安装错误
1.1.2: ansible-become(sudo)
1.2.0: INVENTORY基础
1.2.1: INVENTORY 目录
1.2.2: inventory variable
1.3.0: PLAYBOOK基础
1.3.10: playbook-debug_register&with_items
1.3.11: playbook-when distribution version/release
1.3.12: playbook with_items and register
1.3.12: playbook with_items and register
1.3.14: determine the length of list
1.3.1: PLAYBOOK-模块yum
1.3.2: PLAYBOOK-模块get_url
1.3.3.1: PLAYBOOK-copy error
1.3.3: PLAYBOOK-模块copy,fetch
1.3.4: PLAYBOOK-模块unarchive
1.3.5: playbook-register+when+include
1.3.6: playbook-动态、循环include(yaml)
1.3.7: playbook-handlers(多个actions)
1.3.8: playbook-include&loop error
1.3.9: playbook-stat
1.4.1: options --extra-vars
1.4.2: options -C
1.5.1: vars ssh连接变量
1.5.2: vars host&group变量
1.5.3: vars 组变量之父组和子组的变量是否可储存在同一个目录中?
1.5.4: vars host在不同group中,变量覆盖问题
1.6.1: LOGIC - 根据条件手动设定变量 - if else and when
1.6.2: LOGIC-service_facts
1.6.3: LOGIC-faied when
2.1.0: example tomcat启动脚本
2.2.0: example 使用ansible环境变量获取主机JAVA_HOME
2.3.0: example python解析yaml文件(ansible)
3.1.0: awx 安装
3.1.1: awx 使用问题 - ssh连接错误
3.1.2: awx 使用问题 - systemctl Interactive authentication required
3.2.0: awx 使用简介
ansible: handler
ansible python api 2.0研究
arthas
git
jenkins
mattermost
sonarqube
vagrant
go
ios
java
linux
python
service
virtualization
web
1.5.1: vars ssh连接变量
11 Apr 2017
1. ansible ssh连接变量
# 需要提前安装这个包,不然会报错
yum install -y sshpass
ansible_ssh_private_key_file 指定ssh使用的key
ansible_ssh_pass 指定ssh的key的keyphrase
配置ansible_ssh_pass之后,不需要输入密码短语