Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allotmentandy/ansible-debian-install-desktop
my ansible repo to install my desktop and server on debian
https://github.com/allotmentandy/ansible-debian-install-desktop
Last synced: 7 days ago
JSON representation
my ansible repo to install my desktop and server on debian
- Host: GitHub
- URL: https://github.com/allotmentandy/ansible-debian-install-desktop
- Owner: allotmentandy
- Created: 2022-02-06T19:14:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T17:33:22.000Z (6 months ago)
- Last Synced: 2024-07-05T21:00:36.882Z (6 months ago)
- Language: Jinja
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Automated Debian Desktop Setup
I have written a blog article on
[https://allotmentandy.github.io/blog/2022-02-06-Using-Ansible-To-Setup-My-New-Debian-Desktop-Machine](https://allotmentandy.github.io/blog/2022-02-06-Using-Ansible-To-Setup-My-New-Debian-Desktop-Machine) about this repo.To setup it up, change the ip address in `hosts` and install the ansible galaxy collection modules for a2enmod for apache with the command
```
ansible-galaxy collection install community.general
```To run
```
ansible-playbook -i hosts workstation.yml --ask-become-pass --ask-pass
```on the machine install sshpass to allow access and setup the key
```
apt-get install sshpass
```dec 2023
---added jackett via galaxy see
https://galaxy.ansible.com/ui/standalone/roles/chrisjohnson00/jackett/
ansible-playbook -i hosts workstation.yml --ask-become-pass --ask-pass --tags "jackett"added aws/kubernetes
ansible-playbook -i hosts workstation.yml --ask-become-pass --ask-pass --tags "aws"added minikube
# ansible-galaxy role install gantsign.minikubeadd helm
# ansible-galaxy role install geerlingguy.helmadd php 8.1 gd
ansible-playbook -i hosts workstation.yml --ask-become-pass --ask-pass --tags "php8.1"ADD Php 8.3
ansible-playbook -i hosts workstation.yml --ask-become-pass --ask-pass --tags "php8.3"