An open API service indexing awesome lists of open source software.

https://github.com/casl0/ansible

My ansible collection
https://github.com/casl0/ansible

ansible ansible-collection ansible-role k8s-at-home kubernetes-at-home

Last synced: about 1 month ago
JSON representation

My ansible collection

Awesome Lists containing this project

README

        

[![Lint](https://github.com/CASL0/ansible/actions/workflows/lint.yaml/badge.svg)](https://github.com/CASL0/ansible/actions/workflows/lint.yaml)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![License](https://img.shields.io/badge/license-MIT-blue)](https://opensource.org/license/mit)

# Ansible

## Prerequisites

- Python3
- sshpass(Managed Node にパスワード認証で ssh する場合)

## Getting started

ansible と ansible-galaxy の collection をインストールしてください。

```sh
python -m venv .env
source .env/bin/activate
pip install -r requirements.txt
ansible-galaxy install -r requirements.yml
```

playbook を実行してください。

```sh
ansible-playbook
```

## Contributing

[CONTRIBUTING.md](./CONTRIBUTING.md)をご覧ください。