Skip to content

flaper87/ansible-playbooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Playbooks

Installation

By docker/podman:

docker run -it quay.io/odepaz/ansible-playbooks -i <DNS/ip>, -u root -k server.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

Usage

Run locally the workstation's playbook:

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

Run locally the server's playbook:

ansible-playbook --connection=local -i localhost, -u $USER -K server.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%