40236/how-do-i-enable-sudo-privileges-in-the-playbook
Hey @Kiran, to set enable mode for all tasks in a single play, add become at the play level:
- hosts: eos-switches become: yes become_method: enable tasks: - name: Gather facts (eos) eos_facts: gather_subset: - "!hardware"
This can work out for you: - name: ...READ MORE
Add both your static and dynamic inventories ...READ MORE
Hey @kailash use the authorized_key plugin that ...READ MORE
[defaults] ... retry_files_enabled = True # Create them ...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
Hey Ayaan, you could probably use this ...READ MORE
Hey @Jason, You can enable a cache plugin ...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.