hidden:Plays and playbooks

From Lsdf
Revision as of 01:07, 27 June 2016 by Jvw (talk | contribs)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The Ansible layout on hpa uses Ansible roles to group tasks and host functions. The tasks are grouped in each main.yml file in the roles directory:

 Ansible/roles/<function>/task/main.yml

The common role has tasks for setting up ntp, gcc and rsyslog. The directory structure is currently

 Ansible/
         roles/
               common/
                     default/
                             main.yml
                     tasks/
                           main.yml
               autofs/
               hpss/