Ansible: Role Directory overview

Posted on Leave a commentPosted in Ansible

roles/ common/ # this hierarchy represents a “role” tasks/ # main.yml # <– tasks file can include smaller files if warranted handlers/ # main.yml # <– handlers file templates/ # <– files for use with the template resource ntp.conf.j2 # <——- templates end in .j2 files/ # bar.txt # <– files for use with the […]