projects
/
ansible.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a7dc7d2
)
install more stuff
author
Ralf Jung
<post@ralfj.de>
Sun, 15 Apr 2018 15:54:32 +0000
(17:54 +0200)
committer
Ralf Jung
<post@ralfj.de>
Sun, 15 Apr 2018 15:54:32 +0000
(17:54 +0200)
base.yml
patch
|
blob
|
history
roles/prosody/tasks/main.yml
patch
|
blob
|
history
diff --git
a/base.yml
b/base.yml
index d2394831d01e0ab6e14738de9a1a2aebc6ef205e..cfc12e5208dac929d769c06e74379a1ab25b3a8b 100644
(file)
--- a/
base.yml
+++ b/
base.yml
@@
-18,7
+18,7
@@
- name: install needrestart (from backports)
apt: name=needrestart state=latest default_release={{ansible_distribution_release}}-backports
- name: install some basic tools
- name: install needrestart (from backports)
apt: name=needrestart state=latest default_release={{ansible_distribution_release}}-backports
- name: install some basic tools
- apt: name=aptitude,rsync,git,curl,apt-transport-https,psmisc state=latest
+ apt: name=aptitude,rsync,git,
mercurial,
curl,apt-transport-https,psmisc state=latest
# server-scripts
- name: clone server-scripts git repository
git:
# server-scripts
- name: clone server-scripts git repository
git:
diff --git
a/roles/prosody/tasks/main.yml
b/roles/prosody/tasks/main.yml
index 96ed9807861c2a412dcc095bce1927353837ed70..9b6f5dd57b927c514d71607ceaf47d32afdc4b67 100644
(file)
--- a/
roles/prosody/tasks/main.yml
+++ b/
roles/prosody/tasks/main.yml
@@
-1,6
+1,6
@@
# install
- name: install prosody
# install
- name: install prosody
- apt: name=prosody state=latest default_release={{ansible_distribution_release}}-backports
+ apt: name=prosody
,lua-zlib,lua-dbi-sqlite3
state=latest default_release={{ansible_distribution_release}}-backports
- name: fetch prosody modules
hg:
dest: "{{ prosody.paths.modules }}"
- name: fetch prosody modules
hg:
dest: "{{ prosody.paths.modules }}"