Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 755bd02

Browse files
committed
Kernel 3.10.7. Some ansible tweaks. [ci skip]
1 parent a68126d commit 755bd02

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ timeout=20
33
forks=20
44

55
[ssh_connection]
6-
ssh_args=-o ControlMaster=auto -o ControlPersist=1800s
6+
ssh_args=-o ControlMaster=auto -o ControlPersist=1800s -o ForwardAgent=yes
77
pipelining=True

roles/kernel/tasks/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
- name: download the latest kernel debian packages
55
get_url: url={{ item }} dest=/tmp
66
with_items:
7-
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.6-trusty/linux-headers-3.13.6-031306-generic_3.13.6-031306.201403070154_amd64.deb
8-
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.6-trusty/linux-image-3.13.6-031306-generic_3.13.6-031306.201403070154_amd64.deb
9-
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.6-trusty/linux-headers-3.13.6-031306_3.13.6-031306.201403070154_all.deb
7+
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.7-trusty/linux-headers-3.13.7-031307-generic_3.13.7-031307.201403240156_amd64.deb
8+
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.7-trusty/linux-image-3.13.7-031307-generic_3.13.7-031307.201403240156_amd64.deb
9+
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.7-trusty/linux-headers-3.13.7-031307_3.13.7-031307.201403240156_all.deb
1010
tags: kernel
1111

1212
- name: install the latest kernel

site.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ IFS=$','
44

55
export ANSIBLE_ERROR_ON_UNDEFINED_VARS=True
66
export ANSIBLE_HOST_KEY_CHECKING=False
7-
export ANSIBLE_SSH_ARGS="-o ForwardAgent=yes"
87

98
if [ $# -gt 0 ]
109
then

0 commit comments

Comments
 (0)