Skip to content

Commit

Permalink
Migrated nodePrep correctly, Password for root needed when running
Browse files Browse the repository at this point in the history
  • Loading branch information
brusMX committed Jul 25, 2018
1 parent ed6458e commit 6562cb6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions prep-scripts/nodePrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
become: yes

tasks:
- debug:
msg: Starting Script

- name: Install EPEL
yum:
name: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"
Expand Down Expand Up @@ -90,14 +87,10 @@
exit 5
fi
# Enable and start Docker services
- name: Enable and start docker
systemd:
daemon_reload: yes
enabled: yes
state: started
name: docker

- debug:
msg: "Script complete"

0 comments on commit 6562cb6

Please sign in to comment.