|
|
@ -28,8 +28,13 @@ |
|
|
|
path: "/home/{{ item }}/.bashrc" |
|
|
|
path: "/home/{{ item }}/.bashrc" |
|
|
|
regexp: '^alias su=' |
|
|
|
regexp: '^alias su=' |
|
|
|
line: "alias su=\"machinectl shell --uid\"" |
|
|
|
line: "alias su=\"machinectl shell --uid\"" |
|
|
|
loop: "{{ service_users}}" |
|
|
|
loop: "{{ service_users }}" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- lineinfile: |
|
|
|
|
|
|
|
path: "/root/.bashrc" |
|
|
|
|
|
|
|
regexp: '^alias su=' |
|
|
|
|
|
|
|
line: "alias su=\"machinectl shell --uid\"" |
|
|
|
|
|
|
|
|
|
|
|
- name: Enable permissive_container_t SELinux Context |
|
|
|
- name: Enable permissive_container_t SELinux Context |
|
|
|
selinux_permissive: |
|
|
|
selinux_permissive: |
|
|
|
name: container_t |
|
|
|
name: container_t |
|
|
|