Skip to content

batzionb/ansible-playbooks

 
 

Repository files navigation

Ansible Playbooks

Installation

By docker/podman:

docker run -it quay.io/odepaz/ansible-playbooks -i <DNS/ip>, -u root -k assisted-test-infra.yml

From source:

git clone https:///github.com/osherdp/ansible-playbooks.git
cd ansible-playbooks
python3 -m venv .venv
. .venv/bin/activate
pip install ansible
ansible-galaxy collection install community.general

Usage

Run locally the workstation's playbook:

ansible-playbook --connection=local -i localhost, -u $USER -K workstation.yml

Run locally the server's playbook for installing assisted-test-infra:

ansible-playbook --connection=local -i localhost, -u $USER -K assisted-test-infra.yml

Run locally the server's playbook for installing dev-scripts:

ansible-playbook --connection=local -i localhost, -u $USER -K dev-scripts.yml

Matchbox

ansible-playbook -i <hostname_or_ip>, -u root -k matchbox.yml

Ports will be 9090 (HTTP) and 9091 (grpc). Client certificates are located at ~/.matchbox for usage by terraform (recommended) or by manual usage. Server certificates are located at /etc/matchbox/ though they are not relevant outside of the server's scope.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%