OS2sandbox / sandbox-openclient

Linux configuration management, OS deployment and observability based on mature Open Source standard solutions.
1 stars 0 forks source link

Add administration backend service #7

Closed janhalen closed 1 year ago

janhalen commented 1 year ago

Suggestion from @janhalen is to get started evaluation ansible as administration framework/service. --> https://www.ansible.com/resources/get-started

Addition of a modern management UI can be solved by using Semaphore --> https://docs.ansible-semaphore.com/

janhalen commented 1 year ago

First minimal test succesfull!

[I går 18.27] Dennis Borup Jakobsen

$ ansible all -m ping

192.168.1.249 | SUCCESS => {​​​​​​​​​

    "ansible_facts": {​​​​​​​​​

        "discovered_interpreter_python": "/usr/bin/python3"

    }​​​​​​​​​,

    "changed": false,

    "ping": "pong"

pong 😀

​[I går 18.47] Dennis Borup Jakobsen OMG ansible er GENIAL