Ansible Development Server

Опубликовано: 14 Октябрь 2024
на канале: Alex Dworjan
3,151
52

This video will cover standing up an ansible development server including a VSCode server and ansible-navigator

Note: mod_ssl isn't required if you are using nginx and not apache

Note: If you do get an error "Error: error creating tmpdir: mkdir /run/user/XXXX: permission denied it's an issue with systemd so you'll need to run 'sudo loginctl enable-linger YOURUSERNAME'

Then I cleared out my local container folder and reset podman

sudo rm -rf ${HOME}/.local/share/containers
sudo podman system reset

The presenter is Alex Dworjan
Github: https://github.com/shadowman-lab

Blogs:
https://www.ansible.com/blog/whats-ne...

https://www.redhat.com/sysadmin/rootl...

Docs:
https://ansible-navigator.readthedocs...

https://github.com/coder/code-server

This includes all of the different options if you don't want to use nginx and want to directly set up certs by modifying the code-server config.yaml and then running code-server --cert CERTLOCATION --cert-key KEYLOCATION

If you have different teams that want access, you could create separate users and have multiple instances of code-server running on different ports and provide them access

Video to perform via Ansible:
   • Ansible Dev Server Using Ansible