Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Very Demiurge Very Mindful
Kolla Ansible
Commits
cf3086ed
Commit
cf3086ed
authored
10 years ago
by
Jenkins
Committed by
Gerrit Code Review
10 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Add documentation for running with ansible tags"
parents
e842f0e9
15f6fede
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/README.md
+14
-9
14 additions, 9 deletions
ansible/README.md
with
14 additions
and
9 deletions
ansible/README.md
+
14
−
9
View file @
cf3086ed
...
@@ -10,7 +10,7 @@ deployment system using [Ansible][] and [docker-compose][].
...
@@ -10,7 +10,7 @@ deployment system using [Ansible][] and [docker-compose][].
Getting Started
Getting Started
===============
---------------
To run the ansible playbooks, you must specify an inventory file which tracks
To run the ansible playbooks, you must specify an inventory file which tracks
all of the available nodes in your environment. With this inventory file
all of the available nodes in your environment. With this inventory file
...
@@ -23,19 +23,24 @@ to setup ssh-keys. More information on the ansible inventory file can be found
...
@@ -23,19 +23,24 @@ to setup ssh-keys. More information on the ansible inventory file can be found
Deploying
Deploying
=========
---------
For A
IO
deploys, you can run the following commands. These will setup all
of
For A
ll-In-One
deploys, you can run the following commands. These will setup all
the containers on your localhost.
of
the containers on your localhost.
```
cd ./kolla/ansible
$ cd ./kolla/ansible
ansible-playbook -i inventory/all-in-one site.yml
$ ansible-playbook -i inventory/all-in-one site.yml
```
To run the playbooks for only a particular service, you can us ansible tags.
Multiple tags may be specified, and order is still determined by the playbooks.
cd ./kolla/ansible
ansible-playbook -i inventory/all-in-one site.yml --tags message-broker
ansible-playbook -i inventory/all-in-one site.yml --tags message-broker,database
Further Reading
Further Reading
===============
---------------
Ansible playbook documentation can be found
[
here
][]
.
Ansible playbook documentation can be found
[
here
][]
.
...
...
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