Browse Source
bootstrap: rework role (#4045)
bootstrap: rework role (#4045)
* bootstrap: rework role * support being called from a non-root user * run some commands in check mode * unify spelling/task names * bootstrap: fix wording of comments for check_mode: false * bootstrap: remove setup-pipelining taskpull/4216/head
committed by
Kubernetes Prow Robot
9 changed files with 88 additions and 58 deletions
Unified View
Diff Options
-
15roles/bootstrap-os/tasks/bootstrap-centos.yml
-
1roles/bootstrap-os/tasks/bootstrap-clearlinux.yml
-
10roles/bootstrap-os/tasks/bootstrap-coreos.yml
-
33roles/bootstrap-os/tasks/bootstrap-debian.yml
-
5roles/bootstrap-os/tasks/bootstrap-fedora.yml
-
1roles/bootstrap-os/tasks/bootstrap-opensuse.yml
-
65roles/bootstrap-os/tasks/bootstrap-ubuntu.yml
-
8roles/bootstrap-os/tasks/main.yml
-
8roles/bootstrap-os/tasks/setup-pipelining.yml
@ -1,8 +0,0 @@ |
|||||
--- |
|
||||
# Remove requiretty to make ssh pipelining work |
|
||||
|
|
||||
- name: Remove require tty |
|
||||
lineinfile: |
|
||||
regexp: '^\w+\s+requiretty' |
|
||||
dest: /etc/sudoers |
|
||||
state: absent |
|
Write
Preview
Loading…
Cancel
Save