• AnsibleFest
  • Products
  • Community
  • Webinars & Training
  • Blog
Ansible Logo
Documentation
Ansible
2.9_ja

インストール、アップグレード、および設定

  • インストールガイド
  • Ansible 移植ガイド

Ansible の使用

  • Ansible クイックスタートガイド
  • Playbook の使用
  • 権限昇格の理解: become
  • Ansible Vault
  • モジュールの使用
    • モジュールの概要
    • 戻り値
    • モジュールのメンテナンスおよびサポート
    • Module Index
      • All modules
      • Cloud modules
      • Clustering modules
      • Commands modules
      • Crypto modules
      • Database modules
      • Files modules
      • Identity modules
      • Inventory modules
      • Messaging modules
      • Monitoring modules
      • Net Tools modules
      • Network modules
      • Notification modules
      • Packaging modules
      • Remote Management modules
      • Source Control modules
      • Storage modules
      • System modules
      • Utilities modules
      • Web Infrastructure modules
      • Windows modules
  • プラグインの使用
  • Windows ガイド

Ansible への貢献

  • Ansible コミュニティーガイド

Ansible の拡張

  • 開発者ガイド

Ansible の一般的なシナリオ

  • パブリッククラウドガイド
  • ネットワークテクノロジーガイド
  • 仮想化およびコンテナー化ガイド

Ansible Galaxy

  • Galaxy ユーザーガイド
  • Galaxy 開発者ガイド

参照 & 付録

  • Module Index
    • All modules
    • Cloud modules
    • Clustering modules
    • Commands modules
    • Crypto modules
    • Database modules
    • Files modules
    • Identity modules
    • Inventory modules
    • Messaging modules
    • Monitoring modules
    • Net Tools modules
    • Network modules
    • Notification modules
    • Packaging modules
    • Remote Management modules
    • Source Control modules
    • Storage modules
    • System modules
    • Utilities modules
    • Web Infrastructure modules
    • Windows modules
  • Playbook Keywords
  • 戻り値
  • Ansible Configuration Settings
  • Ansible の動作の制御: 優先順位のルール
  • YAML 構文
  • Python 3 サポート
  • インタープリターの検出
  • リリースおよびメンテナンス
  • ストラテジーのテスト
  • Sanity Tests
  • よくある質問 (FAQ)
  • 用語集
  • Ansible Reference: Module Utilities
  • 特別な変数
  • Red Hat Ansible Tower
  • Ansible 出力のロギング

ロードマップ

  • Ansible ロードマップ




Ansible
  • Docs »
  • <no title> »
  • モジュールの使用 »
  • Module Index »
  • Files modules

Files modules¶

  • acl – Set and retrieve file ACL information
  • archive – Creates a compressed archive of one or more files or trees
  • assemble – Assemble configuration files from fragments
  • blockinfile – Insert/update/remove a text block surrounded by marker lines
  • copy – Copy files to remote locations
  • fetch – Fetch files from remote nodes
  • file – Manage files and file properties
  • find – Return a list of files based on specific criteria
  • ini_file – Tweak settings in INI files
  • iso_extract – Extract files from an ISO image
  • lineinfile – Manage lines in text files
  • patch – Apply patch files using the GNU patch tool
  • read_csv – Read a CSV file
  • replace – Replace all instances of a particular string in a file using a back-referenced regular expression
  • stat – Retrieve file or file system status
  • synchronize – A wrapper around rsync to make common tasks in your playbooks quick and easy
  • tempfile – Creates temporary files and directories
  • template – Template a file out to a remote server
  • unarchive – Unpacks an archive after (optionally) copying it from the local machine
  • xattr – Manage user defined extended attributes
  • xml – Manage bits and pieces of XML files or strings

Note

  • (D): This marks a module as deprecated, which means a module is kept for backwards compatibility but usage is discouraged. The module documentation details page may explain more about this rationale.
Next Previous

© Copyright 2019 Red Hat, Inc. Last updated on Sep 22, 2020.