Hi Chris,

I have created a custom django management command to set admin password 
called 'change_django_admin_password' and calling this through ansible as 
below;

- name: "Run django manage commands for the apps."
  django_manage: 
      command="{{item.cmd}}"
      app_path="{{DJANGO_PROJECT.guest.root}}/{{DJANGO_PROJECT.guest.name}}"
      apps="{{item.apps}}"
      settings="{{DJANGO_PROJECT.guest.name}}.settings"
  with_items:
      - {cmd: "change_django_admin_password  
--username={{DJANGO_PROJECT.admin.username}} 
--password={{DJANGO_PROJECT.admin.password}}", apps: ""}

This giving me the error mentioned earlier.
 

On Thursday, December 3, 2015 at 10:35:52 AM UTC+5:30, anoop....@tarams.com 
wrote:
>
> Hi,
>
> I'm creating a super user for my django application through ansible. 
> Script is below.
>
> django_manage: command="createsuperuser --noinput --username=admin --email=
> anoop.kol...@tarams.com" app_path={{ django_dir }} 
> settings={{settings_path}}
>
> Its creating the super user with some random password. Please let me know 
> the following at the earliest.
>
>
> 1) Is it possible to set password with the command?
> 2) Whats the default password its setting when executing that command?
>
>  =============================
> DISCLAIMER: The information in this message is confidential and may be 
> legally privileged. It is intended solely for the addressee. Access to this 
> message by anyone else is unauthorized. If you are not the intended 
> recipient, any disclosure, copying, or distribution of the message, or any 
> action or omission taken by you in reliance on it, is prohibited and may be 
> unlawful. Please immediately contact the sender if you have received this 
> message in error. Further, this e-mail may contain viruses and all 
> reasonable precaution to minimize the risk arising there from is taken by 
> Tarams. Tarams is not liable for any damage sustained by you as a result of 
> any virus in this e-mail. All applicable virus checks should be carried out 
> by you before opening this e-mail or any attachment thereto.
> Thank you - Tarams Software Technologies Pvt.Ltd.
> =============================
>

-- 
 =============================
DISCLAIMER: The information in this message is confidential and may be 
legally privileged. It is intended solely for the addressee. Access to this 
message by anyone else is unauthorized. If you are not the intended 
recipient, any disclosure, copying, or distribution of the message, or any 
action or omission taken by you in reliance on it, is prohibited and may be 
unlawful. Please immediately contact the sender if you have received this 
message in error. Further, this e-mail may contain viruses and all 
reasonable precaution to minimize the risk arising there from is taken by 
Tarams. Tarams is not liable for any damage sustained by you as a result of 
any virus in this e-mail. All applicable virus checks should be carried out 
by you before opening this e-mail or any attachment thereto.
Thank you - Tarams Software Technologies Pvt.Ltd.
=============================

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/aaab5fd2-dfc6-4221-aa38-d4f6e904c0df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to