We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0874198 commit 977a9dcCopy full SHA for 977a9dc
ansible/README.md
@@ -10,7 +10,12 @@ ansible/ # Корневая директория ansible
10
├── playbook.yaml # Плейбук
11
├── README.md
12
└── roles/
13
- ├── app/ # Запуск docker compose
+ ├── app_local/ # Запуск при target=localhost
14
+ | ├── defaults/
15
+ │ │ └── main.yaml
16
+ │ └── tasks/
17
+ │ └── main.yaml
18
+ ├── app_webserver/ # Запуск default (для pipeline)
19
| ├── defaults/
20
│ │ └── main.yaml
21
│ └── tasks/
0 commit comments