ES
Спасибо)
Size: a a a
ES
VZ
L
Vr
- name: Clone repo
git:
repo: git@192.xxx.xx.xx:devops/support.git
key_file: /root/.ssh/id_rsa_gitlab
dest: /home/user/repositories
accept_hostkey: yes
version: master
fatal: 'devops/support.git' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists
OK
L
- name: Clone repo
git:
repo: git@192.xxx.xx.xx:devops/support.git
key_file: /root/.ssh/id_rsa_gitlab
dest: /home/user/repositories
accept_hostkey: yes
version: master
fatal: 'devops/support.git' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists
E
OK
L
groups['node_exporter'] | map('extract', 'ansible_facts', 'type') | select('type','eq','s') | count
Vr
key_file: /root/.ssh/id_rsa_gitlab
это ключ, который на сервере giitlab находится. Я так понимаю его надо добавить в сам gitlab?OK
groups['node_exporter'] | map('extract', 'ansible_facts', 'type') | select('type','eq','s') | count
E
L
key_file: /root/.ssh/id_rsa_gitlab
это ключ, который на сервере giitlab находится. Я так понимаю его надо добавить в сам gitlab?OK
E
SP
SP