Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
I
init
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
init
Commits
0e1ae843
Commit
0e1ae843
authored
Jun 21, 2022
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
4a110764
Pipeline
#14123
failed with stage
in 3 minutes
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
defaults/main.yml
defaults/main.yml
+1
-0
tasks/utility.yml
tasks/utility.yml
+1
-1
tests/inventory.yaml
tests/inventory.yaml
+1
-0
No files found.
defaults/main.yml
View file @
0e1ae843
...
...
@@ -33,3 +33,4 @@ laptop: false
extra_params
:
[]
nfs
:
false
docker_root
:
/var/lib/docker
testing
:
false
tasks/utility.yml
View file @
0e1ae843
...
...
@@ -16,7 +16,7 @@
become
:
true
hostname
:
name
:
"
{{
inventory_hostname
}}"
when
:
inventory_hostname_short != '10' and inventory_hostname_short != '172' and inventory_hostname_short != '192'
when
:
inventory_hostname_short != '10' and inventory_hostname_short != '172' and inventory_hostname_short != '192'
and not testing
-
name
:
hostname hosts
become
:
true
blockinfile
:
...
...
tests/inventory.yaml
View file @
0e1ae843
...
...
@@ -15,6 +15,7 @@
allow_password
:
false
vm_agents_status
:
present
china_mirror_omf
:
true
testing
:
true
hosts
:
localhost
:
ansible_connection
:
local
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