Добавлены alt9 и alt10 вместо alt-linux во все файлы

This commit is contained in:
Сергей Антропов
2025-10-27 09:57:01 +03:00
parent 13a294a20c
commit f5b13436a7
21 changed files with 42 additions and 34 deletions

View File

@@ -13,7 +13,7 @@ AnsibleLab использует предварительно собранные
```
dockerfiles/
├── ansible-controller/ # Ansible контроллер
├── alt-linux/ # ALT Linux P9
├── alt9/ # ALT Linux P9
├── astra-linux/ # Astra Linux 1.7
├── redos/ # RED OS 9
├── rhel/ # Red Hat Enterprise Linux 8
@@ -194,7 +194,7 @@ Red Hat Enterprise Linux 8 с systemd.
### ALT Linux
**Базовый образ:** `altlinux/p9`
**Тег:** `inecs/ansible-lab:alt-linux-latest`
**Тег:** `inecs/ansible-lab:alt9-latest`
**Платформы:** linux/amd64 (ограничение базового образа)
ALT Linux P9 с systemd.
@@ -357,7 +357,7 @@ docker run -d --privileged \
| alma | amd64, arm64 | ✅ | ✅ | ✅ |
| rocky | amd64, arm64 | ✅ | ✅ | ✅ |
| rhel | amd64, arm64 | ✅ | ✅ | ✅ |
| alt-linux | amd64 | ✅ | ✅ | ✅ |
| alt9 | amd64 | ✅ | ✅ | ✅ |
| astra-linux | amd64 | ✅ | ✅ | ✅ |
| redos | amd64 | ✅ | ✅ | ✅ |

View File

@@ -131,7 +131,7 @@ vars:
docker_network: labnet
generated_inventory: "{{ molecule_ephemeral_directory }}/inventory/hosts.ini"
images:
alt: "inecs/ansible-lab:alt-linux-latest"
alt: "inecs/ansible-lab:alt9-latest"
astra: "inecs/ansible-lab:astra-linux-latest"
rhel: "inecs/ansible-lab:rhel-latest"
centos: "inecs/ansible-lab:centos-latest"