54542/ansible-playbook-to-create-a-new-database
Hi pravalika, its pretty simple. You just have to use the mysql_db module if you're using mysql. Mention the name of the database and the state.
- name: Create a new database with name 'bobdata' mysql_db: name: mydatabase state: present
If you are creating a new file ...READ MORE
The below gives an example of creating ...READ MORE
This should workout: - name: Create profile_nodeagent: ...READ MORE
Hi@akhtar, Variable in playbooks are very similar to using variables in ...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
Check your python version. It should be ...READ MORE
Hey @Himanshu, you can try something like ...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.