spaces matter.
This commit is contained in:
parent
a8e5a9c268
commit
5bae51f07c
1 changed files with 12 additions and 14 deletions
|
@ -38,20 +38,18 @@
|
||||||
- "/srv/private/ansible/vars.yml"
|
- "/srv/private/ansible/vars.yml"
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: nfs/client
|
- { role: nfs/client, mnt_dir: '/srv/fedora_stats', nfs_src_dir: 'fedora_stats' }
|
||||||
mnt_dir: '/srv/fedora_stats'
|
|
||||||
nfs_src_dir: 'fedora_stats'
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: install needed packages
|
- name: install needed packages
|
||||||
yum: pkg={{ item }} state=present
|
yum: pkg={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- httpd
|
- httpd
|
||||||
- mod_ssl
|
- mod_ssl
|
||||||
- awstats
|
- awstats
|
||||||
- rsync
|
- rsync
|
||||||
- httpd-tools
|
- httpd-tools
|
||||||
- openssh-clients
|
- openssh-clients
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue