Ansible deployment playbook
Find a file
2026-03-06 15:24:14 -08:00
inventory/host_vars playbook updates 2026-03-06 14:53:28 -08:00
playbooks playbook updates 2026-03-06 15:24:14 -08:00
roles playbook updates 2026-03-06 15:24:14 -08:00
.gitignore Initial commit 2026-03-06 08:47:19 -08:00
ansible.cfg zmq_agent_service (#1) 2026-03-06 14:31:18 -08:00
generate_ansible_inventory.py zmq_agent_service (#1) 2026-03-06 14:31:18 -08:00
README.md playbook updates 2026-03-06 14:53:28 -08:00

Introduction

Welcome to the the svcunix-devel Ansible repo! Here we will store everything related to ansible:

  • Host files
  • Role informatioin
  • Playbooks/Tasks

Getting Started

To get started using svcunix-devel ansible, follow these steps:

  1. ssh svc-awx-01
  2. Build container environment: NOTE You will need to be in the 'docker' group to run this.
mkdir ~/ams && cd ~/ams && git clone https://sigcompute.visualstudio.com/svcunix-devel/_git/ansible
cd ~/ams/ansible/dev-env && build.sh
  1. Drop into the container:
~/ams/ansible/dev-env/run.sh
  1. Set up ssh-agent so you don't have to put your ssh key password in for each host you connect to
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa

Testing

TODO: Describe and show how to build your code and run the tests.

Contribute

TODO: Explain how other users and developers can contribute to make your code better. NOTE: Structure of our ansible repo hasn't been set yet, however, please feel free to add new things!

If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files: