Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
okeanos-LoD
Commits
945a467d
Commit
945a467d
authored
Jun 25, 2015
by
efikalti
Browse files
LAM-14 new lines at the end of files
parent
9a4948cf
Changes
9
Hide whitespace changes
Inline
Side-by-side
ansible/ansible.cfg
View file @
945a467d
...
@@ -4,4 +4,4 @@
...
@@ -4,4 +4,4 @@
#
#
[defaults]
[defaults]
remote_user = root
remote_user = root
hostfile = hosts
hostfile = hosts
\ No newline at end of file
ansible/files/etc/environment
View file @
945a467d
...
@@ -7,4 +7,4 @@ PATH=$PATH:$HADOOP_HOME/bin
...
@@ -7,4 +7,4 @@ PATH=$PATH:$HADOOP_HOME/bin
PATH=$PATH:$HADOOP_HOME/sbin
PATH=$PATH:$HADOOP_HOME/sbin
export FLINK_HOME=/usr/local/flink
export FLINK_HOME=/usr/local/flink
PATH=$PATH:$FLINK_HOME/bin
PATH=$PATH:$FLINK_HOME/bin
export KAFKA_HOME=/usr/local/kafka
export KAFKA_HOME=/usr/local/kafka
\ No newline at end of file
ansible/playbooks/install.yml
View file @
945a467d
...
@@ -28,4 +28,5 @@
...
@@ -28,4 +28,5 @@
tasks
:
tasks
:
# distribute ssh key to all nodes
# distribute ssh key to all nodes
-
include
:
../tasks/ssh/authorized-key.yml
-
include
:
../tasks/ssh/authorized-key.yml
\ No newline at end of file
\ No newline at end of file
ansible/tasks/aptitude/java.yml
View file @
945a467d
...
@@ -2,4 +2,5 @@
...
@@ -2,4 +2,5 @@
# Install latest version of "openjdk-7-jdk" ignoring "install-recommends"
# Install latest version of "openjdk-7-jdk" ignoring "install-recommends"
-
name
:
install latest Java
7
-
name
:
install latest Java
7
tags
:
install_scripts
tags
:
install_scripts
apt
:
name=openjdk-7-jdk state=latest install_recommends=no update_cache=yes
apt
:
name=openjdk-7-jdk state=latest install_recommends=no update_cache=yes
\ No newline at end of file
\ No newline at end of file
ansible/tasks/aptitude/python.yml
View file @
945a467d
...
@@ -2,4 +2,5 @@
...
@@ -2,4 +2,5 @@
# Install python
# Install python
-
name
:
install python
-
name
:
install python
tags
:
install_scripts
tags
:
install_scripts
apt
:
name=python state=latest install_recommends=no update_cache=yes
apt
:
name=python state=latest install_recommends=no update_cache=yes
\ No newline at end of file
\ No newline at end of file
ansible/tasks/aptitude/upgrade.yml
View file @
945a467d
...
@@ -3,4 +3,5 @@
...
@@ -3,4 +3,5 @@
# Update all packages to the latest version
# Update all packages to the latest version
-
name
:
Upgrade packages
-
name
:
Upgrade packages
tags
:
install_scripts
tags
:
install_scripts
apt
:
upgrade=dist update_cache=yes
apt
:
upgrade=dist update_cache=yes
\ No newline at end of file
\ No newline at end of file
ansible/tasks/aptitude/vim.yml
View file @
945a467d
...
@@ -2,4 +2,5 @@
...
@@ -2,4 +2,5 @@
# Install vim
# Install vim
-
name
:
install vim
-
name
:
install vim
tags
:
install_scripts
tags
:
install_scripts
apt
:
name=vim state=latest install_recommends=no update_cache=yes
apt
:
name=vim state=latest install_recommends=no update_cache=yes
\ No newline at end of file
\ No newline at end of file
ansible/tasks/install/environment.yml
View file @
945a467d
...
@@ -5,4 +5,5 @@
...
@@ -5,4 +5,5 @@
tags
:
install_scripts
tags
:
install_scripts
copy
:
src=files/etc/environment
copy
:
src=files/etc/environment
dest=/etc/ backup=no
dest=/etc/ backup=no
owner=root group=root mode=0750
owner=root group=root mode=0750
\ No newline at end of file
\ No newline at end of file
ansible/tasks/ssh/authorized-key.yml
View file @
945a467d
---
---
-
name
:
ssh key
-
name
:
ssh key
authorized_key
:
user=root key="{{ lookup('file', '/tmp/fetched/id_rsa.pub') }}"
authorized_key
:
user=root key="{{ lookup('file', '/tmp/fetched/id_rsa.pub') }}"
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment