×

Coreos-bootstrap CoreOS主机启动程序

消耗积分:0 | 格式:zip | 大小:0.96 MB | 2022-04-29

王秀兰

分享资料个

授权协议 MIT
开发语言 Python
操作系统 Linux
软件类型 开源软件

软件简介

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: web
  sudo: true
  tasks:
    - name: Start etcd
      service: name=etcd.service state=started

    - name: Install docker-py
      pip: name=docker-py

    - name: pull container
      raw: docker pull nginx:1.7.1

    - name: launch nginx container
      docker:
                
        ports="8080:80"        state=running
 

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(0)
发评论

下载排行榜

全部0条评论

快来发表一下你的评论吧 !