40962/how-do-i-automatically-install-galaxy-roles
You should use a requirements.yml file for this use-case. Describe the roles you require, using any of a variety of install methods:
# Install a role from the Ansible Galaxy - src: dfarrell07.opendaylight # Install a role from GitHub - name: opendaylight src: https://github.com/dfarrell07/ansible-opendaylight # Install a role from a specific git branch - name: opendaylight src: https://github.com/dfarrell07/ansible-opendaylight version: origin/master # Install a role at a specific tag from GitHub - name: opendaylight src: https://github.com/dfarrell07/ansible-opendaylight version: 1.0.0 # Install a role at a specific commit from GitHub - name: opendaylight src: https://github.com/dfarrell07/ansible-opendaylight version: <commit hash>
Adding to @Mohit's answer, For CentOS and RHEL: sudo ...READ MORE
Hey Kiara, Execute the following commands to Install ...READ MORE
This can work out for you: - name: ...READ MORE
Here is a very basic example that ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hi Neha, you cannot have an entire ...READ MORE
Hey Ayaan, you could probably use this ...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.