Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
uib-ub
Drift
roller-ansible
centos7-system
Commits
3f3c17ac
Commit
3f3c17ac
authored
Mar 14, 2019
by
Oyvind.Gjesdal
Browse files
linting
parent
42fc7bdd
Changes
3
Hide whitespace changes
Inline
Side-by-side
handlers/main.yml
View file @
3f3c17ac
...
...
@@ -6,7 +6,7 @@
become
:
true
-
name
:
"
restart
cron"
systemd
:
systemd
:
name
:
"
crond"
state
:
"
restarted"
become
:
true
meta/main.yml
View file @
3f3c17ac
galaxy_info
:
author
:
your name
description
:
your description
company
:
your company (optional)
author
:
Øyvind Gjesdal
description
:
role for preparing a centos-7 box.
company
:
University of Bergen
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
...
...
@@ -14,7 +14,7 @@ galaxy_info:
# - GPLv3
# - Apache
# - CC-BY
license
:
license (GPLv2, CC-BY, etc)
license
:
BSD
min_ansible_version
:
1.2
...
...
@@ -32,8 +32,10 @@ galaxy_info:
#
# platforms is a list of platforms, and each platform has a name and a list of versions.
#
# platforms:
# - name: Fedora
platforms
:
-
name
:
Centos
versions
:
-
7
# versions:
# - all
# - 25
...
...
@@ -54,4 +56,4 @@ galaxy_info:
dependencies
:
[]
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
# if you add dependencies to this list.
\ No newline at end of file
# if you add dependencies to this list.
tasks/main.yml
View file @
3f3c17ac
...
...
@@ -18,7 +18,7 @@
user
:
centos
state
:
present
key
:
"
{{
item
}}"
with_items
:
"
{{
ssh_public_keys
}}"
with_items
:
"
{{
ssh_public_keys
}}"
-
name
:
"
Configure
environment
($PATH)."
template
:
...
...
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