https://github.com/jnidzwetzki/ansible-playbooks
Ansible Playbooks
https://github.com/jnidzwetzki/ansible-playbooks
Last synced: 2 months ago
JSON representation
Ansible Playbooks
- Host: GitHub
- URL: https://github.com/jnidzwetzki/ansible-playbooks
- Owner: jnidzwetzki
- License: apache-2.0
- Created: 2020-11-07T09:40:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T07:35:56.000Z (12 months ago)
- Last Synced: 2025-01-09T07:42:34.167Z (4 months ago)
- Language: Smarty
- Size: 39.1 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-playbooks
My Ansible Playbooks``` bash
# Debian 10
apt-get -t buster-backports install ansible
ansible-galaxy collection install community.general
ansible-galaxy collection install ansible.posix
``````bash
ansible-playbook playbooks/docker.yml -i hosts
```# Postgres 12 development host on debian 11
```bash
ansible-playbook playbooks/postgres-develop.yml -i hosts
```