Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible Framework Container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Playbooks
Ansible Framework Container
Commits
681aed5a
Commit
681aed5a
authored
9 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Improve setup instructions
parent
607bb30b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-10
9 additions, 10 deletions
README.md
with
9 additions
and
10 deletions
README.md
+
9
−
10
View file @
681aed5a
...
...
@@ -15,15 +15,14 @@ sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update
sudo apt-get install ansible
# Create your Ansible home directory
mkdir /path/to/ansible/repository
cd /path/to/ansible
# Create your Ansible home directory (e.g. /opt/ansible)
mkdir /opt/ansible
# Checkout the main repository
git clone git@gitlab.paragon-es.de:ansible-playbooks/general.git
repository
cd
repository
git clone git@gitlab.paragon-es.de:ansible-playbooks/general.git
/opt/ansible
cd
/opt/ansible
# Setup or update
everything related
# Setup or update
./setup_local.sh [COMPANY]
```
...
...
@@ -75,7 +74,7 @@ part of your PATH environment variable. Examples:
```
cd /usr/local/bin
sudo ln -s /path/to/ansible/directory/ansible.sh a
sudo ln -s /path/to/ansible/directory/ansible-playbook.sh apb
sudo ln -s /path/to/ansible/directory/sanity.sh asanity
```
\ No newline at end of file
sudo ln -s /opt/ansible/directory/ansible.sh a
sudo ln -s /opt/ansible/directory/ansible-playbook.sh apb
sudo ln -s /opt/ansible/directory/sanity.sh asanity
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment