はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    新内閣発足

『cloudinit.readthedocs.io』

  • 人気
  • 新着
  • すべて
  • Capabilities — Cloud-Init 19.1 documentation

    3 users

    cloudinit.readthedocs.io

    User-data can be given by the user at instance launch time. See User-Data Formats for acceptable user-data content. This is done via the --user-data or --user-data-file argument to ec2-run-instances for example. Check your local client’s documentation for how to provide a user-data string or user-data file to cloud-init on instance creation. Feature detection¶ Newer versions of cloud-init may have

    • 暮らし
    • 2015/05/25 22:59
    • AWS
    • Datasources - cloud-init 25.1.2 documentation

      3 users

      cloudinit.readthedocs.io

      Datasources¶ Datasources are sources of configuration data for cloud-init that typically come from the user (i.e., user-data) or come from the cloud that created the configuration drive (i.e., meta-data). Typical user-data includes files, YAML, and shell scripts whereas typical meta-data includes server name, instance id, display name, and other cloud specific details. Any meta-data processed by c

      • 世の中
      • 2015/05/14 16:09
      • cloud-init 25.1.2 documentation

        3 users

        cloudinit.readthedocs.io

        Cloud-init documentation¶ Cloud-init is the industry standard multi-distribution method for cross-platform cloud instance initialization. It is supported across all major public cloud providers, provisioning systems for private cloud infrastructure, and bare-metal installations. During boot, cloud-init identifies the cloud it is running on and initializes the system accordingly. Cloud instances wi

        • 暮らし
        • 2015/04/09 14:22
        • あとで読む
        • cloud-init 25.1.2 documentation

          7 users

          cloudinit.readthedocs.io

          Cloud-init documentation¶ Cloud-init is the industry standard multi-distribution method for cross-platform cloud instance initialization. It is supported across all major public cloud providers, provisioning systems for private cloud infrastructure, and bare-metal installations. During boot, cloud-init identifies the cloud it is running on and initializes the system accordingly. Cloud instances wi

          • テクノロジー
          • 2013/12/08 00:47
          • ubuntu
          • aws
          • All cloud config examples - cloud-init 25.1.2 documentation

            10 users

            cloudinit.readthedocs.io

            Note This page is a summary containing all the cloud config YAML examples together. If you would like to explore examples by operation or process instead, refer to the examples library. 1#cloud-config 2# Add groups to the system 3# The following example adds the 'admingroup' group with members 'root' and 'sys' 4# and the empty group cloud-users. 5groups: 6 - admingroup: [root,sys] 7 - cloud-users

            • テクノロジー
            • 2013/08/01 15:52
            • ec2
            • cloud
            • aws
            • ubuntu
            • All cloud config examples - cloud-init 25.3 documentation

              5 users

              cloudinit.readthedocs.io

              Note This page is a summary containing all the cloud config YAML examples together. If you would like to explore examples by operation or process instead, refer to the examples library. 1#cloud-config 2# Add groups to the system 3# The following example adds the 'admingroup' group with members 'root' and 'sys' 4# and the empty group cloud-users. 5groups: 6 - admingroup: [root,sys] 7 - cloud-users

              • テクノロジー
              • 2013/08/01 15:52
              • cloud-init 25.1.2 documentation

                16 users

                cloudinit.readthedocs.io

                Cloud-init documentation¶ Cloud-init is the industry standard multi-distribution method for cross-platform cloud instance initialization. It is supported across all major public cloud providers, provisioning systems for private cloud infrastructure, and bare-metal installations. During boot, cloud-init identifies the cloud it is running on and initializes the system accordingly. Cloud instances wi

                • テクノロジー
                • 2013/07/03 16:59
                • cloud-init
                • aws
                • ubuntu
                • cloud
                • cloud-init 25.1.2 documentation

                  16 users

                  cloudinit.readthedocs.io

                  Cloud-init documentation¶ Cloud-init is the industry standard multi-distribution method for cross-platform cloud instance initialization. It is supported across all major public cloud providers, provisioning systems for private cloud infrastructure, and bare-metal installations. During boot, cloud-init identifies the cloud it is running on and initializes the system accordingly. Cloud instances wi

                  • テクノロジー
                  • 2013/07/03 16:59
                  • Cloud-Init
                  • cloud
                  • linux

                  このページはまだ
                  ブックマークされていません

                  このページを最初にブックマークしてみませんか?

                  『cloudinit.readthedocs.io』の新着エントリーを見る

                  キーボードショートカット一覧

                  j次のブックマーク

                  k前のブックマーク

                  lあとで読む

                  eコメント一覧を開く

                  oページを開く

                  はてなブックマーク

                  • 総合
                  • 一般
                  • 世の中
                  • 政治と経済
                  • 暮らし
                  • 学び
                  • テクノロジー
                  • エンタメ
                  • アニメとゲーム
                  • おもしろ
                  • アプリ・拡張機能
                  • 開発ブログ
                  • ヘルプ
                  • お問い合わせ
                  • ガイドライン
                  • 利用規約
                  • プライバシーポリシー
                  • 利用者情報の外部送信について
                  • ガイドライン
                  • 利用規約
                  • プライバシーポリシー
                  • 利用者情報の外部送信について

                  公式Twitter

                  • 公式アカウント
                  • ホットエントリー

                  はてなのサービス

                  • はてなブログ
                  • はてなブログPro
                  • 人力検索はてな
                  • はてなブログ タグ
                  • はてなニュース
                  • ソレドコ
                  • App Storeからダウンロード
                  • Google Playで手に入れよう
                  Copyright © 2005-2025 Hatena. All Rights Reserved.
                  設定を変更しましたx