소스 검색

ansible

master
test2 4 년 전
부모
커밋
f0f7aea8cd
  1. 2
      ansible/Makefile

2
ansible/Makefile

@ -9,7 +9,7 @@ ps:
@echo "ps aux" ; \
cat inv-template.yml > inv.yml ; \
swarmlab-getworkers >> inv.yml ; \
ansible-playbook -u ubuntu -inv.yml examples/ps.yml -f 5 --private-key=/home/ubuntu/.ssh/id_rsa ; \
ansible-playbook -u ubuntu -i inv.yml examples/ps.yml -f 5 --private-key=/home/ubuntu/.ssh/id_rsa ; \

불러오는 중...
취소
저장