/
IjoiK
/
Infra
Обзор
Документация
Войти
/
IjoiK
/
Infra
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
init.yml
16 строк
405 B
IjoiK
first_commit
02 сен 2024, 15:24
02 сен 2024, 15:24
1acb6f1
Код
Авторство
О чём код?
--- - name: clone git repository to roles directory hosts: localhost gather_facts: no tasks: - name: ensure roles directory exists file: path: "roles" state: directory - name: clone the git repository into the roles directory git: repo: 'ssh://git@gitverse.ru:2222/IjoiK/AnsibleRoles.git' dest: "roles" version: master force: yes