Skip to content

Files

Latest commit

2b6c5ae · Feb 20, 2023

History

History
This branch is 433 commits ahead of sunbenxin/oscm:master.

ansible

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 20, 2023
Feb 20, 2023
Feb 20, 2023

ansible

Netkiller ansible playbook

Install ansible

yum install -y ansible
git clone https://github.com/oscm/ansible.git

Config hosts

vim /etc/ansible/hosts

Example:

192.168.1.100
192.168.1.110

Test

# ansible 192.168.1.100 -m ping
192.168.1.100 | success >> {
	"changed": false, 
	"ping": "pong"
}