Coreos-bootstrap 是使用 Ansible 来启动 CoreOS 主机。配置示例:[coreos] host-01 host-02 [coreos:vars] ansible_ssh_user=core ansible_python_interpreter="PATH=/home/core/bin:$PATH python"启动演示- hosts: coreos gather_facts: False roles: - defunctzombie.coreos-bootstrap示例- name: Nginx Example hosts