Search results

  1. I

    Roadmap for integration with Ansible

    After having a look at the current state: I have just created a repository. As I don't want to unleash low-quality code on unsuspecting users, I will not push all the modules at once. Instead, I intend to go through all of them and do some quality assurance. (The lack of unit and integration...
  2. I

    Roadmap for integration with Ansible

    As I have been quite busy, I haven't found the time to clean up and test the modules I already have written. I will try to find some time for it on the week-end. The modules will be documented in their DOCUMENTATION blocks. Examples will also be provided through the EXAMPLES blocks.
  3. I

    Roadmap for integration with Ansible

    I think there might be a misunderstanding. The goal is not just to provision users but to be able to define an entire PVE node's system state. I just started with the implementation of the modules that work on the different aspects of PVE user management. The domain module for example should...
  4. I

    Roadmap for integration with Ansible

    Yes, but I haven't published it yet. I will try to do so at the end of next week. Up to now, I have implemented modules for the configuration of domains, groups, roles and users. The modules for TFA, tokens and ACLs are WIP. Thorough testing is probably required for all currently implemented...
  5. I

    Roadmap for integration with Ansible

    As far as I can see, Proxmox VE is currently only partially configurable through community provided Ansible modules. (See below) Inventory Plugins: proxmox Modules: proxmox proxmox_domain_info proxmox_group_info proxmox_kvm proxmox_nic proxmox_snap proxmox_storage_info proxmox_tasks_info...