Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
salt-formulas
fbk-formulas
win_join_domain
Commits
4d32ac00
Commit
4d32ac00
authored
Nov 16, 2021
by
Francesco Gionghi
Browse files
Update init.sls
parent
d5e8893d
Changes
1
Hide whitespace changes
Inline
Side-by-side
win_join_domain/init.sls
View file @
4d32ac00
{% set data = pillar.get("win_join_domain") %}
join_to_domain:
system.join_domain:
- name: pc.itc.it
- username: vasadmin
- password: vsd&%#\$ltreo
- username: {{ data.user }}
- password: {{ data.password }}
# - account_ou: {{ data.ou }}
- restart: True
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment