Added README for master node with usefill commands
This commit is contained in:
parent
a2f3048e7a
commit
338749be16
2 changed files with 3 additions and 1 deletions
|
@ -12,3 +12,5 @@ sudo rm -rf /root/.ssh
|
|||
sudo mv ~vagrant/ssh /root/.ssh
|
||||
sudo echo -e 'Host 10.210.*\n\tStrictHostKeyChecking no\n\tUserKnownHostsFile=/dev/null' >> /root/.ssh/config
|
||||
sudo chown -R root: /root/.ssh
|
||||
|
||||
sudo echo 'cd /root/kargo ; ansible-playbook -vvv -i inv/inventory.cfg cluster.yml -u root -f 7' > /root/README
|
||||
|
|
|
@ -3,7 +3,7 @@ bin_dir: /usr/local/bin
|
|||
|
||||
# Where the binaries will be downloaded.
|
||||
# Note: ensure that you've enough disk space (about 1G)
|
||||
local_release_dir: "/tmp/releases"
|
||||
local_release_dir: "/var/tmp/releases"
|
||||
|
||||
# Uncomment this line for CoreOS only.
|
||||
# Directory where python binary is installed
|
||||
|
|
Loading…
Reference in a new issue