Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Ansible Basics at Red Hat Tech Night 2018

Hideki Saito
November 09, 2018

Ansible Basics at Red Hat Tech Night 2018

Hideki Saito

November 09, 2018
Tweet

More Decks by Hideki Saito

Other Decks in Technology

Transcript

  1. Ansible௒ೖ໳ �2 自己紹介 • 氏名: 齊藤 秀喜 (さいとう ひでき) •

    TwitterID: @saito_hideki • 所属: Ansible Support Team / Red Hat K.K. • 仕事: Software Maintenance Engineer�for Ansible • 趣味: Ansible / Ansible Tower / AWX 自己紹介
  2. Ansible௒ೖ໳ �4 Pingの仕組み ping module python program /bin/sh plugin python

    program SFTP & SSH Control node Target nodes inventory ansible command 動作確認はANSIBLE_KEEP_REMOTE_FILES, ANSIBLE_DEBUG, -vvvvオプション $ export ANSIBLE_KEEP_REMOTE_FILES=True $ export ANSIBLE_DEBUG=True $ ansible testserver -i inventory -m ping -vvvv (1)inventory (2)facts (2)test (4)filter (5)strategy (6)vars (7)connection (8)action (9)callback