-
Notifications
You must be signed in to change notification settings - Fork 4
Develop #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| @@ -0,0 +1,7 @@ | |||
| Log created: 2021-05-25T15:42:24.773837000Z | |||
There was a problem hiding this comment.
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 | |||
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
hungtran84
left a comment
There was a problem hiding this 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
update vagrant file