Инструменты пользователя

Инструменты сайта


it:linux:create_ansible

https://github.com/githubixx/ansible-role-wireguard/tree/master
https://github.com/sergelogvinov/ansible-role-wireguard/tree/main

На целевом сервере создать sudo пользователя

useradd -m -s /bin/bash <user_name>
pass <user_name>
usermod -aG sudo <user_name>
ssh-copy-id -i ~/.ssh/id_rsa.pub <user_name>@<server_url>

Создать ansible роль

sudo ansible-galaxy init <role_name>
it/linux/create_ansible.txt · Последнее изменение: 2024/04/16 20:18 — ura2404