Size: a a a

2021 June 29

П

Полина in Ansible
Кстати, этот модуль разве не просто парснгом занимается?
источник

cy

c ydia in Ansible
Can anyone help me? I configured CICD on gitlab and used the only keyword, but it did not execute as expected, and I don’t understand what’s wrong.
источник

cy

c ydia in Ansible
источник

cy

c ydia in Ansible
The expectation is: the build stage will be triggered when only one of the three files of Dockerfile, requirements.txt and .gitlab-ci.yml in the master branch changes.

But according to the following configuration, the current actual trigger situation is that all branches have run this stage, and all submissions have been triggered. It seems that this only does not take effect at all. I don’t know if the configuration is wrong or something.
источник

YZ

Yerzhan Zhiyentayev in Ansible
it's ansible related chat. You can ask about gitlab here https://t.me/ru_gitlab
источник

FF

Fire Fighter in Ansible
источник

cy

c ydia in Ansible
thank you
источник

П

Полина in Ansible
Ещё раз спасибо. Извините за невежество
источник

cy

c ydia in Ansible
It seems that the group is not very active
источник

cy

c ydia in Ansible
Is there a time difference? Everyone is asleep
источник

SP

Sergey Pechenkó in Ansible
Most ppl out there are from UTC+3 TZ, what would you expect? 😀
источник

cy

c ydia in Ansible
I am UTC+08:00
источник

MT

Monsieur Taishín in Ansible
moi aussi
источник

cy

c ydia in Ansible
where are you
источник

N

Nurlan in Ansible
Привет всем! Ребята есть пример playbook для создания credentials Jenkins-а?
источник

OS

OLeG Sk in Ansible
почему может на хост не пускать в host file прописанно web ansible_host=192.168.41.135 ansible_connection=ssh ansible_user=oleg а при попытке подключения выдает <192.168.41.135> ESTABLISH SSH CONNECTION FOR USER: oleg
<192.168.41.135> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="oleg"' -o ConnectTimeout=10 -o ControlPath=/home/oleg/.ansible/cp/9c80842971 192.168.41.135 '/bin/sh -c '"'"'echo ~oleg && sleep 0'"'"''
<192.168.41.135> (255, '', 'Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).\r\n')
fatal: [web]: UNREACHABLE! => {
   "changed": false,
   "msg": "Failed to connect to the host via ssh: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).",
   "unreachable": true
}
источник

TG

Timur Gadiev in Ansible
А как вы хотите подключаться? По паролю или по ключу?
источник

TG

Timur Gadiev in Ansible
Каких именно credentials?
источник

OS

OLeG Sk in Ansible
по паролю
источник

TG

Timur Gadiev in Ansible
И где вы задаете пароль?
источник