Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riduidel/ubuntu-based-laptop
A set of Ansible playbooks to configure my Ubuntu based laptop
https://github.com/riduidel/ubuntu-based-laptop
Last synced: 1 day ago
JSON representation
A set of Ansible playbooks to configure my Ubuntu based laptop
- Host: GitHub
- URL: https://github.com/riduidel/ubuntu-based-laptop
- Owner: Riduidel
- License: gpl-2.0
- Created: 2024-06-12T18:40:13.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-23T11:36:07.000Z (3 months ago)
- Last Synced: 2024-08-23T12:48:31.532Z (3 months ago)
- Language: PowerShell
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ubuntu-based-laptop
Mon script Ansible pour initialiser mon portable basé sur Ubuntu (actuellement Zorin)
## Prérequis
Le raspberry doit avoir
* Une version d'une dérivée d'Ubuntu récente
* Le compte `nicolas-delsaux` configuré
* Le serveur SSH configuré## Lancer avec Windows
Il faut d'abord installer Docker.
Dans le dossier `ubuntu-based-server`, lancer la commande **dans PowerShell**ansible.ps1
Entrer le mot de passe maître de Keepass
ssh [email protected]
ansible-galaxy install -r requirements.yml
ansible-playbook -i hosts bootstrap.yml --extra-vars="ansible_password=\"$SESSION_PASSWORD\" ansible_become_password=\"$SESSION_PASSWORD\" ansible_ssh_password=\"$SESSION_PASSWORD\""## Lancer avec Linux
Il faut d'abord installer Docker.
Dans le dossier `ubuntu-based-server`, lancer la commande **dans un terminal externe** (parce que VSCode sandboxe les appels à sudo)ansible.sh
Entrer le mot de passe maître de Keepass
ssh [email protected]
ansible-galaxy install -r requirements.yml
ansible-playbook -i hosts bootstrap.yml --ask-vault-pass --extra-vars="ansible_password=\"$SESSION_PASSWORD\" ansible_become_password=\"$SESSION_PASSWORD\" ansible_ssh_password=\"$SESSION_PASSWORD\""## Tracabilité
`ubuntu-based-laptop` est une simplification de https://github.com/rhietala/raspberry-ansible/
`raspbian_bootstrap`-role is heavily based on
[debian_boostrap](https://github.com/HanXHX/ansible-debian-bootstrap) by
[Emilien Mantel](https://twitter.com/hanxhx_) with minor modifications to
suit Raspbian.## License
GPLv2