Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
servers-config
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Sistemisti
servers-config
Commits
618395fe
Commit
618395fe
authored
Mar 02, 2018
by
Mattia Rizzolo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deploy: get rid of the vault stuff as long as we're not using it
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
cf17d068
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
deploy
deploy
+0
-8
No files found.
deploy
View file @
618395fe
...
@@ -66,14 +66,6 @@ ln -s "`readlink -e "${DIR_GROUP_VARS}"`" "${DIR_TEMP}/play/group_vars"
...
@@ -66,14 +66,6 @@ ln -s "`readlink -e "${DIR_GROUP_VARS}"`" "${DIR_TEMP}/play/group_vars"
ln
-s
"
`
readlink
-e
"
${
playbook_file
}
"
`
"
"
${
DIR_TEMP
}
/play/playbook.yml"
ln
-s
"
`
readlink
-e
"
${
playbook_file
}
"
`
"
"
${
DIR_TEMP
}
/play/playbook.yml"
ln
-s
"
`
readlink
-e
"
${
env
}
"
`
"
"
${
DIR_TEMP
}
/env"
ln
-s
"
`
readlink
-e
"
${
env
}
"
`
"
"
${
DIR_TEMP
}
/env"
# Get the flags for the ansible-vault password
if
[[
-f
"
${
FILE_VAULT_PASSWORD
}
"
]]
;
then
vault_flags
=
"--vault-password-file=
`
readlink
-f
"
${
FILE_VAULT_PASSWORD
}
"
`
"
else
vault_flags
=
"--ask-vault-pass"
fi
# Finally execute the playbook against the server
# Finally execute the playbook against the server
"
${
BIN_ANSIBLE_PLAYBOOK
}
"
-i
"
${
DIR_TEMP
}
/env/hosts"
\
"
${
BIN_ANSIBLE_PLAYBOOK
}
"
-i
"
${
DIR_TEMP
}
/env/hosts"
\
"
${
DIR_TEMP
}
/play/playbook.yml"
\
"
${
DIR_TEMP
}
/play/playbook.yml"
\
${
vault_flags
}
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