blob: 8c309828f232c7978eea447a51a9aa8ff48c3a08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
|
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #aaaaaa; font-style: italic } /* Comment */
.highlight .err { color: #FF0000; background-color: #FFAAAA } /* Error */
.highlight .k { color: #0000aa } /* Keyword */
.highlight .ch { color: #aaaaaa; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #aaaaaa; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #4c8317 } /* Comment.Preproc */
.highlight .cpf { color: #aaaaaa; font-style: italic } /* Comment.PreprocFile */
.highlight .c1 { color: #aaaaaa; font-style: italic } /* Comment.Single */
.highlight .cs { color: #0000aa; font-style: italic } /* Comment.Special */
.highlight .gd { color: #aa0000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00aa00 } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #0000aa } /* Keyword.Constant */
.highlight .kd { color: #0000aa } /* Keyword.Declaration */
.highlight .kn { color: #0000aa } /* Keyword.Namespace */
.highlight .kp { color: #0000aa } /* Keyword.Pseudo */
.highlight .kr { color: #0000aa } /* Keyword.Reserved */
.highlight .kt { color: #00aaaa } /* Keyword.Type */
.highlight .m { color: #009999 } /* Literal.Number */
.highlight .s { color: #aa5500 } /* Literal.String */
.highlight .na { color: #1e90ff } /* Name.Attribute */
.highlight .nb { color: #00aaaa } /* Name.Builtin */
.highlight .nc { color: #00aa00; text-decoration: underline } /* Name.Class */
.highlight .no { color: #aa0000 } /* Name.Constant */
.highlight .nd { color: #888888 } /* Name.Decorator */
.highlight .ni { color: #880000; font-weight: bold } /* Name.Entity */
.highlight .nf { color: #00aa00 } /* Name.Function */
.highlight .nn { color: #00aaaa; text-decoration: underline } /* Name.Namespace */
.highlight .nt { color: #1e90ff; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #aa0000 } /* Name.Variable */
.highlight .ow { color: #0000aa } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #009999 } /* Literal.Number.Bin */
.highlight .mf { color: #009999 } /* Literal.Number.Float */
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
.highlight .sa { color: #aa5500 } /* Literal.String.Affix */
.highlight .sb { color: #aa5500 } /* Literal.String.Backtick */
.highlight .sc { color: #aa5500 } /* Literal.String.Char */
.highlight .dl { color: #aa5500 } /* Literal.String.Delimiter */
.highlight .sd { color: #aa5500 } /* Literal.String.Doc */
.highlight .s2 { color: #aa5500 } /* Literal.String.Double */
.highlight .se { color: #aa5500 } /* Literal.String.Escape */
.highlight .sh { color: #aa5500 } /* Literal.String.Heredoc */
.highlight .si { color: #aa5500 } /* Literal.String.Interpol */
.highlight .sx { color: #aa5500 } /* Literal.String.Other */
.highlight .sr { color: #009999 } /* Literal.String.Regex */
.highlight .s1 { color: #aa5500 } /* Literal.String.Single */
.highlight .ss { color: #0000aa } /* Literal.String.Symbol */
.highlight .bp { color: #00aaaa } /* Name.Builtin.Pseudo */
.highlight .fm { color: #00aa00 } /* Name.Function.Magic */
.highlight .vc { color: #aa0000 } /* Name.Variable.Class */
.highlight .vg { color: #aa0000 } /* Name.Variable.Global */
.highlight .vi { color: #aa0000 } /* Name.Variable.Instance */
.highlight .vm { color: #aa0000 } /* Name.Variable.Magic */
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */---
- hosts: "localhost"
connection: "local"
gather_facts: false
vars:
ansible_python_interpreter: "auto_silent"
tasks:
- setup:
gather_subset:
- '!all'
- '!min'
- 'platform'
- name: "Check that DFDISTRIB is not empty"
assert:
that:
- "lookup('env', 'DFDISTRIB') is defined and lookup('env', 'DFDISTRIB') != ''"
fail_msg:
- "Please set the environment variable DFDISTRIB to an existing inventory entry"
- "where you wish to place the dotfiles"
- name: "Create dotfiles.tar.xz"
delegate_to: "localhost"
connection: "local"
archive:
path:
- ".bash_profile"
- ".bashrc"
- ".flake8"
- ".gitconfig"
- ".perlcriticrc"
- ".profile"
- ".pylintrc"
- ".tmux.conf"
- ".tmux.conf.local"
- ".vimrc"
- ".bash/aliases.bash"
- ".bash/aliases.bash.local"
- ".bash/exec.bash"
- ".bash/exec.bash.local"
- ".bash/postexec.bash"
- ".bash/postexec.bash.local"
- ".bash/prompt.bash"
- ".bash/prompt.bash.local"
- ".bash/vars.bash"
- ".bash/vars.bash.local"
- "bin/ssh-agent-launcher"
- "bin/ssh-with-gpg"
- ".gnupgdirmngr.conf"
- ".gnupggpg-agent.conf"
- ".gnupggpg.conf"
- "tmux-gpakosz/.gitignore"
- "tmux-gpakosz/LICENSE.MIT"
- "tmux-gpakosz/LICENSE.WTFPLv2"
- "tmux-gpakosz/README.md"
- "tmux-gpakosz/.tmux.conf"
- "tmux-gpakosz/.tmux.conf.local"
- "tmux-yank/CHANGELOG.md"
- "tmux-yank/citest"
- "tmux-yank/_config.yml"
- "tmux-yank/.editorconfig"
- "tmux-yank/.gitignore"
- "tmux-yank/LICENSE.md"
- "tmux-yank/README.md"
- "tmux-yank/scripts"
- "tmux-yank/.travis.yml"
- "tmux-yank/Vagrantfile"
- "tmux-yank/vagrant_provisioning.sh"
- "tmux-yank/video"
- "tmux-yank/yank.tmux"
format: "xz"
dest: "~/dotfiles.tar.xz"
- hosts: "{{ lookup('env', 'DFDISTRIB') }}"
gather_facts: false
vars:
ansible_python_interpreter: "auto_silent"
tasks:
- name: "Copy dotfiles.tar.xz to remote"
copy:
src: "~/dotfiles.tar.xz"
dest: "~/dotfiles.tar.xz"
mode: "0640"
tags:
- "remote"
- "all"
- name: "Unpack dotfiles.tar.xz"
unarchive:
dest: "~/"
src: "~/dotfiles.tar.xz"
remote_src: "yes"
list_files: "yes"
tags:
- "unpack"
- "all"
- name: "Remove tarball on remote"
file:
path: "~/dotfiles.tar.xz"
state: "absent"
tags:
- "removal"
- "all"
when: inventory_hostname != hostvars['localhost']['ansible_fqdn'] and
inventory_hostname != hostvars['localhost']['ansible_hostname'] and
inventory_hostname != hostvars['localhost']['ansible_hostname'] | lower
- hosts: "localhost"
connection: "local"
gather_facts: false
vars:
ansible_python_interpreter: "auto_silent"
tasks:
- name: "Remove source tarball"
file:
path: "~/dotfiles.tar.xz"
state: "absent"
tags:
- "removal"
- "all"
|