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
- Host: GitHub
- URL: https://github.com/casl0/ansible
- Owner: CASL0
- License: mit
- Created: 2024-12-15T09:51:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-25T11:41:20.000Z (about 2 months ago)
- Last Synced: 2025-03-25T12:35:07.604Z (about 2 months ago)
- Topics: ansible, ansible-collection, ansible-role, k8s-at-home, kubernetes-at-home
- Language: Jinja
- Homepage:
- Size: 2.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/CASL0/ansible/actions/workflows/lint.yaml)
[](https://github.com/pre-commit/pre-commit)
[](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)をご覧ください。