Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
KSZK
Ansible
Roles
Base
Commits
8a9edaa5
Verified
Commit
8a9edaa5
authored
Nov 09, 2021
by
rlacko
💬
Browse files
Reorder variables
parent
ce13b7f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
defaults/main.yml
View file @
8a9edaa5
...
...
@@ -11,6 +11,14 @@ base_ssh_config_file: base-role/etc/ssh/sshd_config.j2
base_additional_packages
:
[]
# base_users:
# - name: kszk
# comment: "kszk@sch.bme.hu" # optional
# sudo: yes
# passwordless_sudo: yes
# # https://docs.ansible.com/ansible/latest/collections/ansible/posix/authorized_key_module.html#examples
# ssh_key: https://git.sch.bme.hu/xy.keys
# base_ssh:
# port: 10022
# pubkeyAuthentication: "yes"
...
...
@@ -24,14 +32,6 @@ base_additional_packages: []
# enabled: False
# ipList: "192.168.42.0/24"
# base_users:
# - name: kszk
# comment: "kszk@sch.bme.hu" # optional
# sudo: yes
# passwordless_sudo: yes
# # https://docs.ansible.com/ansible/latest/collections/ansible/posix/authorized_key_module.html#examples
# ssh_key: https://git.sch.bme.hu/xy.keys
# base_netplan:
# network:
# ethernets:
...
...
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