ansibleでSSHのユーザやパスワードを指定したければインベントリファイルに書く方法がある。
[webservers]
192.168.111.222
[all:vars]
ansible_ssh_port=22
ansible_ssh_user=ansible
ansible_ssh_pass=p@ssW0rd
ansible_sudo_pass=p@ssW0rd
Go to list of users who liked
More than 5 years have passed since last update.
ansibleでSSHのユーザやパスワードを指定したければインベントリファイルに書く方法がある。
[webservers]
192.168.111.222
[all:vars]
ansible_ssh_port=22
ansible_ssh_user=ansible
ansible_ssh_pass=p@ssW0rd
ansible_sudo_pass=p@ssW0rd
Register as a new user and use Qiita more conveniently
Go to list of users who liked