Ansible
文章目录
CentOS7 安装 ansible
|
|
修改配置文件 /etc/ansible/ansible.conf
|
|
修改配置文件 hosts
|
|
authorized_key 模块
|
|
简单使用
- 批量设置主机名为资产名
1 2
ansible all -m shell -a 'hostnamectl set-hostname {{inventory_hostname}}' ansible all -m shell -a 'echo "{{ansible_ssh_host}} {{inventory_hostname}}" >> /etc/hosts'
ansible 常用 roles
文章作者 Colben
上次更新 2019-10-30