Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ansible-roles
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
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
Jocelyn Delalande
ansible-roles
Commits
c7994cfe
Commit
c7994cfe
authored
Feb 14, 2018
by
Jocelyn Delalande
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Transforme deprecateds "include:"
Now called "import_tasks".
parent
0c8bfb76
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
12 deletions
+12
-12
borg-common/tasks/main.yml
borg-common/tasks/main.yml
+2
-2
borg-ynh-backup/tasks/main.yml
borg-ynh-backup/tasks/main.yml
+1
-1
jupyterhub/tasks/main.yml
jupyterhub/tasks/main.yml
+2
-2
mopidy/tasks/main.yml
mopidy/tasks/main.yml
+1
-1
munin-node/tasks/main.yml
munin-node/tasks/main.yml
+1
-1
rsync-backup-client/tasks/main.yml
rsync-backup-client/tasks/main.yml
+2
-2
scanserver/tasks/main.yml
scanserver/tasks/main.yml
+1
-1
ynh-onion-admin/tasks/main.yml
ynh-onion-admin/tasks/main.yml
+2
-2
No files found.
borg-common/tasks/main.yml
View file @
c7994cfe
-
name
:
Install borg via pip
i
nclude
:
pip_install.yml
i
mport_tasks
:
pip_install.yml
when
:
borg_install_method == 'pip'
-
name
:
Install borg via apt
i
nclude
:
apt_install.yml
i
mport_tasks
:
apt_install.yml
when
:
(borg_install_method == 'apt') and (ansible_lsb.codename == 'jessie')
borg-ynh-backup/tasks/main.yml
View file @
c7994cfe
...
...
@@ -9,7 +9,7 @@
ssh_key_file
:
"
{{
borg_ynh_backup_ssh_key
}}"
ssh_key_comment
:
"
borg
backup
{{
borg_ynh_backup_user
}}@{{
ansible_hostname
}}"
-
i
nclude
:
passphrase.yml
-
i
mport_tasks
:
passphrase.yml
tags
:
[
borg.passphrase
]
-
name
:
Create scripts directory
...
...
jupyterhub/tasks/main.yml
View file @
c7994cfe
...
...
@@ -3,7 +3,7 @@
# npm…)
# Seems un-needed on strecth (but not tested)
-
name
:
Install node from nodesource as ijs wont run with node 0.10x
i
nclude
:
nodesource.yml
i
mport_tasks
:
nodesource.yml
-
name
:
install apt dependencies
apt
:
pkg={{ item }} update_cache=yes cache_valid_time=1800
...
...
@@ -90,4 +90,4 @@
service
:
name=jupyterhub state=started
-
name
:
Install ijavascript notebook kernel
i
nclude
:
ijavascript.yml
i
mport_tasks
:
ijavascript.yml
mopidy/tasks/main.yml
View file @
c7994cfe
-
i
nclude
:
cifs.yml
-
i
mport_tasks
:
cifs.yml
-
name
:
Add mopidy APT repository
apt_repository
:
repo='deb http://apt.mopidy.com/ stable main contrib non-free' state=present
...
...
munin-node/tasks/main.yml
View file @
c7994cfe
...
...
@@ -5,7 +5,7 @@
-
munin-node
-
smartmontools
-
i
nclude
:
custom-plugins.yml
-
i
mport_tasks
:
custom-plugins.yml
-
name
:
Allow our munin-master(s)
blockinfile
:
...
...
rsync-backup-client/tasks/main.yml
View file @
c7994cfe
-
name
:
Setup rsync backup client
i
nclude
:
setup.yml
i
mport_tasks
:
setup.yml
when
:
not rsync_backup_client_disable
-
name
:
Disable rsync backup client
i
nclude
:
disable.yml
i
mport_tasks
:
disable.yml
when
:
rsync_backup_client_disable
scanserver/tasks/main.yml
View file @
c7994cfe
...
...
@@ -7,4 +7,4 @@
-
Reload udev rules
-
WARNING Unplug/replug your scanner to get right permissions
-
include
:
scanbuttond.yml
\ No newline at end of file
-
import_tasks
:
scanbuttond.yml
\ No newline at end of file
ynh-onion-admin/tasks/main.yml
View file @
c7994cfe
-
i
nclude
:
tor.yml
-
i
nclude
:
nginx.yml
-
i
mport_tasks
:
tor.yml
-
i
mport_tasks
:
nginx.yml
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