# Ansible

<figure><img src="/files/7K0iVWpgYEefOivfilgq" alt=""><figcaption></figcaption></figure>

## 機能

* Keeperボルトからシークレットを取得し、Ansible Playbookで利用
* AnsibleからKeeperボルト内のシークレットの値を更新
* `keeper_set` タスクでレコードのメモ欄を更新
* AnsibleからKeeperボルトに新しいレコードを作成
* Keeperボルトからファイルをコピー
* Ansible Automation Controller上でKeeperシークレットマネージャーを利用し、Playbookから認証情報やファイルを取得

{% hint style="info" %}
Keeperシークレットマネージャーの機能一覧については[概要ページ](/keeperpam/jp/secrets-manager/overview.md)をご参照ください。
{% endhint %}

## Ansible連携

AnsibleでKeeperシークレットマネージャーを使う手順については、各ページをご参照ください。

### [Ansibleプラグイン](/keeperpam/jp/secrets-manager/integrations/ansible/ansible-plugin.md)

Keeperシークレットマネージャーを使い、Ansible Playbook内で認証情報やファイルを取得する方法を説明します。

### [Ansible Automation Controller](/keeperpam/jp/secrets-manager/integrations/ansible/ansible-automation-controller.md)

Ansible Automation ControllerにKeeperシークレットマネージャーの接続設定を保存し、その機能を使った再利用可能なPlaybookテンプレートを作成する手順を取り扱います。

## パッケージリンク

**Ansible Galaxy**\
[https://galaxy.ansible.com/ui/repo/published/keepersecurity/keepersecretsmanager/](https://galaxy.ansible.com/ui/repo/published/keepersecurity/keeper_secrets_manager/)

**PyPI**\
<https://pypi.org/project/keeper-secrets-manager-ansible/>

**ソースコード**\
[https://github.com/Keeper-Security/secrets-manager/tree/master/integration/keepersecretsmanageransible](https://github.com/Keeper-Security/secrets-manager/tree/master/integration/keeper_secrets_manager_ansible)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keeper.io/keeperpam/jp/secrets-manager/integrations/ansible.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
