Re: [ansible-devel] Any tool can convert puppet code to ansible code

2024-07-24 Thread Will McDonald
Not that I'm aware of, most of your Puppet is likely to be package/file/service pattern[1] modules combined with some Hieradata though. So you're already half way there. You have your desired state already codified. So mapping from Puppet -> Ansible then layering in any orchestration (you may have

Re: [ansible-devel] Creating Ansible Modules

2018-11-20 Thread Will McDonald
I don't think there's any module development specific courses in the curriculum (https://www.redhat.com/en/services/training/all-courses-exams), certainly I can't see any. The best places to start are probably with the following, in order: - https://github.com/ansible/lightbulb - https://network-