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/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
roles:
|
||||
- role: nfs/client
|
||||
mnt_dir: '/srv/fedora_stats'
|
||||
nfs_src_dir: 'fedora_stats'
|
||||
roles:
|
||||
- { role: nfs/client, mnt_dir: '/srv/fedora_stats', nfs_src_dir: 'fedora_stats' }
|
||||
|
||||
tasks:
|
||||
- name: install needed packages
|
||||
yum: pkg={{ item }} state=present
|
||||
with_items:
|
||||
- httpd
|
||||
- mod_ssl
|
||||
- awstats
|
||||
- rsync
|
||||
- httpd-tools
|
||||
- openssh-clients
|
||||
tasks:
|
||||
- name: install needed packages
|
||||
yum: pkg={{ item }} state=present
|
||||
with_items:
|
||||
- httpd
|
||||
- mod_ssl
|
||||
- awstats
|
||||
- rsync
|
||||
- httpd-tools
|
||||
- openssh-clients
|
||||
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue