Skip to content

Commit 977a9dc

Browse files
author
Kroner
committed
renew README.md
1 parent 0874198 commit 977a9dc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ansible/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ ansible/ # Корневая директория ansible
1010
├── playbook.yaml # Плейбук
1111
├── README.md
1212
└── roles/
13-
├── app/ # Запуск docker compose
13+
├── app_local/ # Запуск при target=localhost
14+
| ├── defaults/
15+
│ │ └── main.yaml
16+
│ └── tasks/
17+
│ └── main.yaml
18+
├── app_webserver/ # Запуск default (для pipeline)
1419
| ├── defaults/
1520
│ │ └── main.yaml
1621
│ └── tasks/

0 commit comments

Comments
 (0)