Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gcloud
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Ansible
Roles
gcloud
Commits
516cca14
Commit
516cca14
authored
Jan 30, 2017
by
Jürgen Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow to disable google cloud, enabled by default
parent
8d1323b1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
defaults/main.yml
defaults/main.yml
+1
-0
tasks/main.yml
tasks/main.yml
+1
-1
No files found.
defaults/main.yml
0 → 100644
View file @
516cca14
gcloud_enabled
:
True
tasks/main.yml
View file @
516cca14
...
...
@@ -47,4 +47,4 @@
with_items
:
'
{{
gcloud_sync|default([])
}}'
tags
:
'
cron'
when
:
'
"gcloud"
not
in
excluded_roles
and
gcloud_sync
is
defined'
when
:
'
gcloud_enabled
and
"gcloud"
not
in
excluded_roles
and
gcloud_sync
is
defined'
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