Skip to content

Conversation

@linhnh90
Copy link
Collaborator

update vagrant file

@@ -0,0 +1,7 @@
Log created: 2021-05-25T15:42:24.773837000Z
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DO NOT check in the log file to the repo. Ignore it with .gitignore

@@ -0,0 +1,12 @@
$password = ConvertTo-SecureString -String "Hoanglinh90" -AsPlainText -Force
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DO NOT add plain text password of user and have it checked in code

- name: Ensure user Ansible is present
ansible.windows.win_user:
name: Ansible
password: Hoanglinh90
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DO NOT add password here

Copy link
Owner

@hungtran84 hungtran84 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolve the comments aboves

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants