Ansible Syntactic Sugar ("a2s")
v0.5.0-alpha

Contents:

  • Installation guides
    • Python
    • Ansible
    • Ansible Galaxy
    • Ansible Syntactic Sugar (“a2s”)
  • a2s philosophy
    • Overview of a2s APIs
    • Antipatterns of a2s
  • a2s APIs
    • Overview of a2s APIs
    • Standard APIs
      • a2s_copies
      • a2s_crons
      • a2s_directories
      • a2s_groups
      • a2s_hostname
      • a2s_mysql_dbs
      • a2s_mysql_users
      • a2s_templates
      • a2s_users
      • a2s_users[n]authorized_keys
    • Extra APIs
      • a2s_etchosts
    • Installers
      • a2s_install_adminer
      • a2s_install_composer
      • a2s_install_composers
      • a2s_install_php
    • Devel APIs
  • a2s Example Playbooks
    • Minimal Playbook
    • Run only these APIs playbook example
    • Playbook using all Public APIs
    • Playbook full example with Continuos Integration and testinfra
  • a2s TODO
    • Files modules
      • fetch_module
      • file_module
      • ini_file_module
      • unarchive_module
    • Other / Ungrouped
      • htpasswd_module
      • known_hosts_module
  • a2s alternatives
    • Ansible without plugins
    • suitable
Ansible Syntactic Sugar ("a2s")
  • Docs »
  • a2s TODO
  • Edit on GitHub

a2s TODO¶

Note

This page is a draft. May change later.

Files modules¶

https://docs.ansible.com/ansible/latest/modules/archive_module.html

fetch_module¶

https://docs.ansible.com/ansible/latest/modules/fetch_module.html#fetch-module

file_module¶

https://docs.ansible.com/ansible/latest/modules/file_module.html

ini_file_module¶

https://docs.ansible.com/ansible/latest/modules/ini_file_module.html

unarchive_module¶

https://docs.ansible.com/ansible/latest/modules/unarchive_module.html#unarchive-module

Other / Ungrouped¶

htpasswd_module¶

https://docs.ansible.com/ansible/latest/modules/htpasswd_module.html

known_hosts_module¶

https://docs.ansible.com/ansible/latest/modules/known_hosts_module.html

Maybe these ones:

git_module https://docs.ansible.com/ansible/latest/modules/git_module.html#git-module

Next Previous

© Copyright none. Dedicated to Public Domain Revision ffeca130.

Built with Sphinx using a theme provided by Read the Docs.