Compare commits
1 Commits
ea61e071c5
...
7b1904c0a3
Author | SHA1 | Date | |
---|---|---|---|
7b1904c0a3 |
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -1,11 +0,0 @@
|
|||||||
pipeline {
|
|
||||||
agent any
|
|
||||||
|
|
||||||
stages {
|
|
||||||
stage('lint') {
|
|
||||||
steps {
|
|
||||||
sh 'ansible-lint dotfiles.yml'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,3 +1,6 @@
|
|||||||
home: '{{ "~" | expanduser }}'
|
home: '{{ "~" | expanduser }}'
|
||||||
dotfiles_dir: '{{home}}/src/dotfiles'
|
dotfiles_dir: '{{home}}/src/dotfiles'
|
||||||
files_dir: '{{dotfiles_dir}}/roles/dotfiles/files'
|
files_dir: '{{dotfiles_dir}}/roles/dotfiles/files'
|
||||||
|
git_mail: 'mail@johannes-rothe.de'
|
||||||
|
git_name: 'Johannes Rothe'
|
||||||
|
diff_tool: 'vimdiff'
|
||||||
|
@ -7,4 +7,4 @@ if status --is-login
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
eval (keychain --eval --agents ssh,gpg 82CD152AAAE9CAF77EACB29E73F092605AF3286C)
|
eval (keychain --eval --agents ssh --agents gpg 82CD152AAAE9CAF77EACB29E73F092605AF3286C)
|
||||||
|
@ -1 +1,2 @@
|
|||||||
default-cache-ttl 10800
|
default-cache-ttl 10800
|
||||||
|
maximum-cache-ttl 10800
|
||||||
|
@ -37,14 +37,12 @@
|
|||||||
file:
|
file:
|
||||||
path: '{{home}}/tmp/dotfiles_backup'
|
path: '{{home}}/tmp/dotfiles_backup'
|
||||||
state: directory
|
state: directory
|
||||||
mode: 0700
|
|
||||||
|
|
||||||
- name: Backup stuff
|
- name: Backup stuff
|
||||||
copy:
|
copy:
|
||||||
src: '{{ item }}'
|
src: '{{ item }}'
|
||||||
dest: '{{home}}/tmp/dotfiles_backup'
|
dest: '{{home}}/tmp/dotfiles_backup'
|
||||||
remote_src: True # copy the folder from the host instead of ansible
|
remote_src: True # copy the folder from the host instead of ansible
|
||||||
mode: 0600
|
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
loop:
|
loop:
|
||||||
# dirs (without trailing '/' copies the whole dir)
|
# dirs (without trailing '/' copies the whole dir)
|
||||||
@ -63,7 +61,6 @@
|
|||||||
file:
|
file:
|
||||||
path: '{{item}}'
|
path: '{{item}}'
|
||||||
state: directory
|
state: directory
|
||||||
mode: 0700
|
|
||||||
loop:
|
loop:
|
||||||
- '{{home}}/.config/i3/'
|
- '{{home}}/.config/i3/'
|
||||||
- '{{home}}/.config/i3status/'
|
- '{{home}}/.config/i3status/'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user