docs: обновлена структура dockerfiles/ в dockerfiles/README.md
Some checks failed
Ansible Testing / lint (push) Has been cancelled
Ansible Testing / test (default) (push) Has been cancelled
Ansible Testing / test (minimal) (push) Has been cancelled
Ansible Testing / test (performance) (push) Has been cancelled
Ansible Testing / deploy-check (push) Has been cancelled
Some checks failed
Ansible Testing / lint (push) Has been cancelled
Ansible Testing / test (default) (push) Has been cancelled
Ansible Testing / test (minimal) (push) Has been cancelled
Ansible Testing / test (performance) (push) Has been cancelled
Ansible Testing / deploy-check (push) Has been cancelled
- Добавлены все версии ОС (Ubuntu 20/22/24, Debian 9/10/11/12, CentOS 7/8/9) - Добавлены все Dockerfiles для каждой версии ОС - Добавлены файлы в ansible-controller (Dockerfile, docker-compose.yml, requirements.txt) - Структура полностью соответствует реальной Автор: Сергей Антропов Сайт: https://devops.org.ru
This commit is contained in:
@@ -13,15 +13,41 @@
|
||||
```
|
||||
dockerfiles/
|
||||
├── ansible-controller/ # Ansible контроллер с предустановленными коллекциями
|
||||
├── alt-linux/ # ALT Linux с systemd
|
||||
├── astra-linux/ # Astra Linux с systemd
|
||||
├── redos/ # RED OS с systemd
|
||||
├── rhel/ # Red Hat Enterprise Linux с systemd
|
||||
├── centos/ # CentOS Stream с systemd
|
||||
├── alma/ # AlmaLinux с systemd
|
||||
├── rocky/ # Rocky Linux с systemd
|
||||
├── ubuntu/ # Ubuntu с systemd
|
||||
├── debian/ # Debian с systemd
|
||||
│ ├── Dockerfile
|
||||
│ ├── docker-compose.yml
|
||||
│ └── requirements.txt
|
||||
├── alt-linux/ # ALT Linux P9 с systemd
|
||||
│ └── Dockerfile
|
||||
├── astra-linux/ # Astra Linux 1.7 с systemd
|
||||
│ └── Dockerfile
|
||||
├── redos/ # RED OS 9 с systemd
|
||||
│ └── Dockerfile
|
||||
├── rhel/ # Red Hat Enterprise Linux 8 с systemd
|
||||
│ └── Dockerfile
|
||||
├── centos7/ # CentOS 7 с systemd
|
||||
│ └── Dockerfile
|
||||
├── centos8/ # CentOS 8 Stream с systemd
|
||||
│ └── Dockerfile
|
||||
├── centos9/ # CentOS 9 Stream с systemd
|
||||
│ └── Dockerfile
|
||||
├── alma/ # AlmaLinux 8 с systemd
|
||||
│ └── Dockerfile
|
||||
├── rocky/ # Rocky Linux 8 с systemd
|
||||
│ └── Dockerfile
|
||||
├── ubuntu20/ # Ubuntu 20.04 LTS (focal) с systemd
|
||||
│ └── Dockerfile
|
||||
├── ubuntu22/ # Ubuntu 22.04 LTS (jammy) с systemd
|
||||
│ └── Dockerfile
|
||||
├── ubuntu24/ # Ubuntu 24.04 LTS (noble) с systemd
|
||||
│ └── Dockerfile
|
||||
├── debian9/ # Debian 9 (stretch) с systemd
|
||||
│ └── Dockerfile
|
||||
├── debian10/ # Debian 10 (buster) с systemd
|
||||
│ └── Dockerfile
|
||||
├── debian11/ # Debian 11 (bullseye) с systemd
|
||||
│ └── Dockerfile
|
||||
├── debian12/ # Debian 12 (bookworm) с systemd
|
||||
│ └── Dockerfile
|
||||
└── README.md # Документация
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user