This repository has been archived on 2024-01-05. You can view files and clone it, but cannot push or open issues or pull requests.
gamma.fogtype.com/README.md

13 lines
285 B
Markdown
Raw Normal View History

2022-12-26 00:25:28 +09:00
# γ
## Setup
```sh
2022-12-26 00:35:13 +09:00
sudo apt install ansible docker-ce
2022-12-26 00:25:28 +09:00
ansible-playbook setup.yml
2022-12-26 00:35:13 +09:00
docker context create --docker=host=ssh://ubuntu@beta.fogtype.com beta
docker context create --docker=host=ssh://ubuntu@gamma.fogtype.com gamma
2022-12-26 00:25:28 +09:00
```
詳しい構成は [setup.yml](setup.yml) を参照