Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IronicDrivers
openstack-ansible-os_ironic
Commits
70b029d2
Commit
70b029d2
authored
Jan 17, 2017
by
Jenkins
Committed by
Gerrit Code Review
Jan 17, 2017
Browse files
Merge "Ensure 0755 default mode on new directories"
parents
3b89d095
7912044b
Changes
2
Hide whitespace changes
Inline
Side-by-side
tasks/ironic_install.yml
View file @
70b029d2
...
...
@@ -60,6 +60,7 @@
file
:
path
:
"
{{
ironic_bin
|
dirname
}}"
state
:
directory
mode
:
"
0755"
register
:
ironic_venv_dir
-
name
:
Unarchive pre-built venv
...
...
tasks/ironic_pre_install.yml
View file @
70b029d2
...
...
@@ -48,7 +48,7 @@
group
:
"
{{
item.group|default(ironic_system_group_name)
}}"
mode
:
"
{{
item.mode|default('0755')
}}"
with_items
:
-
{
path
:
"
/openstack"
,
mode
:
"
0755"
,
owner
:
"
root"
,
group
:
"
root"
}
-
{
path
:
"
/openstack
/venvs
"
,
mode
:
"
0755"
,
owner
:
"
root"
,
group
:
"
root"
}
-
{
path
:
"
/etc/ironic"
}
-
{
path
:
"
/etc/ironic/rootwrap.d"
}
-
{
path
:
"
/etc/sudoers.d"
,
mode
:
"
0750"
,
owner
:
"
root"
,
group
:
"
root"
}
...
...
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