Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
las-it-organisation
32-0-IT instructions and rules
ansible
Commits
1e4593ef
Commit
1e4593ef
authored
Apr 23, 2018
by
julian.gethmann
Browse files
Update README to include vault-syntax
parent
0bb57c2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
1e4593ef
...
...
@@ -20,7 +20,7 @@ Run
```
bash
git clone clone git@git.scc.kit.edu:las/ansible.git
cd
ansible
ansible-playbook
--ask-become-pass
--limit
$(
hostname
-f
)
site.yml
ansible-playbook
--ask-become-pass
--limit
$(
hostname
-f
)
--vault-id
@prompt
site.yml
```
*
If you only want some parts of the roles to be run, you can use the option
`-t TAGNAME`
to run only those tasks with the given tag.
...
...
@@ -76,4 +76,4 @@ Be aware that the development branches here are not save and the owner might for
## Bootstrap
*
Add your SSH-key to the host
`ssh-copy-id lasXXX.las.kit.edu`
*
Do the steps described for the self-setup
*
Run
`ansible-playbook -K sites.yml`
probably with the option
`-l lasXXX.las.kit.edu`
*
Run
`ansible-playbook -K
--vault-id @prompt
sites.yml`
probably with the option
`-l lasXXX.las.kit.edu`
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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