Skip to content

nlwmn/Ansible-Development

 
 

Repository files navigation

Ansible-Development

Repo to create an Ansible development server

If you are able to utilize collections in your environment, use ansibleserver.yml

If you have only installed ansible-core, utilize ansibleserver_usingbuiltinmodules.yml

Update the variables at the top of the playbook you choose in order to set up an environment for a specific user that already exists on a VM

  1. Download and install code-server to run on a specific port (must select a different port per user)
  2. Establish ssl certs for web page (if desired)
  3. Install podman, git, and ansible-navigator
  4. Set up subuid and subgid for podman
  5. Pull in desired execution environment using registry username and password
  6. Set up ansible-navigator, code-server, and the ansible-extension with requested EE and base settings
  7. Establish a directory structure
  8. Deploy an inventory/host/group vars if desired
  9. Deploy an example repository with a role structure if desired (https://github.com/shadowman-lab/Ansible-Example)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.6%
  • Jinja 17.7%
  • Dockerfile 2.2%
  • Shell 1.5%