Inventory

Jeanoza·2024년 5월 15일
0

ansible

목록 보기
1/3
post-thumbnail

inventory file

ansible-node0
ansible-node1

Show Inventory

ansible-inventory -i ./ansible_workspace/inventory --graph

Call Command

ansible -i ./ansible_workspace/inventory  -a "ifconfig" all

Call Module

ansible -i ./ansible_workspace/inventory  -m ping  all # useful for health check
profile
Développeur Fullstack(JS/TS, Node, Vue3, React)

0개의 댓글