2017-02-02 140 views
0

我運行一個簡單的ansible劇本,並得到一個錯誤:錯誤簡單ansible劇本

ERROR: parse error: playbooks must be formatted as a YAML list, got type 'str'

--- 
- hosts: all 
    tasks: 
    - name: Get server availability by pinging it 
    ping: 

    - name: Get server hostname 
    command: hostname 

不知道問題出在哪裏。 Ansible v1.9.6從評論

+0

文件似乎確定。顯示你的'ansible-playbook'命令行。 –

+0

沒有任何幻想: ansible-劇本hostname.yml庫存 –

+0

試過'ansible-劇本-i庫存hostname.yml'? –

回答

0

答:缺少-i標誌ansible-playbook hostname.yml inventory