35058/add-a-node-in-ansible
Follow these steps @Ruth:
Generate ssh key
ssh-keygen
Check the ip of your node using ifconfig
copy public key of Ansible server to its nodes. Use the command below:
ssh-copy-id -i root@<ip address of your node machine>
use any editor to write your inventory or specify the IP addresses of your nodes grouped under ‘test-servers’
vi /etc/ansible/hosts
cat /etc/ansible/hosts
And you're done!
Hi@akhtar, You can update your file using lineinfile ...READ MORE
This can work out for you: - name: ...READ MORE
Go through this include_role module: tasks: - ...READ MORE
This has been happening to a lot ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Here is what you can do.Just use packagesmatching to ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
Hey Ayaan, you could probably use this ...READ MORE
Here sudo_pass is where you're going wrong. ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.