https://github.com/ansible/ansible/issues/11913
host指定でパスワード中に#を使っているとplaybook実行時にNo closing quotationとなって実行出来ない
192.168.251.250 ansible_ssh_user=root ansible_ssh_pass="test#me"workaround:
192.168.251.250 ansible_ssh_user=root ansible_ssh_pass="test\#me"
Ansible 1.7.2@debian jessieで再現
めも
シャットダウン用レシピ
https://github.com/hico-horiuchi/ansible-playbooks/blob/master/apt/shutdown.yml
未検証