-
Notifications
You must be signed in to change notification settings - Fork 165
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
tighten permissions #266
tighten permissions #266
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ | |
dest: "{{ rke2_data_path }}/server/manifests/rke2-ingress-nginx-config.yaml" | ||
owner: root | ||
group: root | ||
mode: 0664 | ||
mode: 0660 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Modifying file and directory permissions to differ from those in the upstream RKE2 installation is not within the scope of this Ansible Role. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
path: /etc/rancher/rke2 | ||
owner: root | ||
group: root | ||
mode: 0755 | ||
mode: 0750 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Modifying file and directory permissions to differ from those in the upstream RKE2 installation is not within the scope of this Ansible Role. |
||
|
||
- name: Set server taints | ||
ansible.builtin.set_fact: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
path: /etc/rancher/rke2 | ||
owner: root | ||
group: root | ||
mode: 0755 | ||
mode: 0750 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Modifying file and directory permissions to differ from those in the upstream RKE2 installation is not within the scope of this Ansible Role. |
||
|
||
- name: Copy RKE2 config | ||
ansible.builtin.template: | ||
|
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.
Modifying file and directory permissions to differ from those in the upstream RKE2 installation is not within the scope of this Ansible Role.