cdkam 0.2.4

cdk-ansible is a tool to generate Ansible playbooks from Rust code.
Documentation
pub mod add_host;

pub mod apt;

pub mod apt_key;

pub mod apt_repository;

pub mod assemble;

pub mod assert;

pub mod async_status;

pub mod blockinfile;

pub mod command;

pub mod copy;

pub mod cron;

pub mod deb822_repository;

pub mod debconf;

pub mod debug;

pub mod dnf;

pub mod dnf5;

pub mod dpkg_selections;

pub mod expect;

pub mod fail;

pub mod fetch;

pub mod file;

pub mod find;

pub mod gather_facts;

pub mod get_url;

pub mod getent;

pub mod git;

pub mod group;

pub mod group_by;

pub mod hostname;

pub mod import_playbook;

pub mod import_role;

pub mod import_tasks;

pub mod include_role;

pub mod include_tasks;

pub mod include_vars;

pub mod iptables;

pub mod known_hosts;

pub mod lineinfile;

pub mod meta;

pub mod mount_facts;

pub mod package;

pub mod package_facts;

pub mod pause;

pub mod ping;

pub mod pip;

pub mod raw;

pub mod reboot;

pub mod replace;

pub mod rpm_key;

pub mod script;

pub mod service;

pub mod service_facts;

pub mod set_fact;

pub mod set_stats;

pub mod setup;

pub mod shell;

pub mod slurp;

pub mod stat;

pub mod subversion;

pub mod systemd;

pub mod systemd_service;

pub mod sysvinit;

pub mod tempfile;

pub mod template;

pub mod unarchive;

pub mod uri;

pub mod user;

pub mod validate_argument_spec;

pub mod wait_for;

pub mod wait_for_connection;

pub mod yum_repository;