2020-12-22 00:16:11 +01:00
|
|
|
#!/usr/bin/env ansible-playbook
|
|
|
|
---
|
2021-04-08 00:39:41 +02:00
|
|
|
|
|
|
|
- import_playbook: apt.yml
|
2021-04-29 15:12:28 +02:00
|
|
|
- import_playbook: ntp.yml
|
2021-01-29 01:08:39 +01:00
|
|
|
|
2020-12-22 00:16:11 +01:00
|
|
|
- hosts: all
|
|
|
|
roles:
|
2021-01-29 01:08:39 +01:00
|
|
|
- cli-utils
|
|
|
|
- vim
|
|
|
|
- ssh
|
|
|
|
|
|
|
|
- hosts: templier.adh.crans.org
|
|
|
|
roles:
|
|
|
|
- bind
|
2020-12-22 00:48:37 +01:00
|
|
|
- docker
|
2021-01-29 01:08:39 +01:00
|
|
|
become: yes
|
|
|
|
|
|
|
|
- hosts: perso
|
|
|
|
roles:
|
|
|
|
- sudo
|
|
|
|
- systemd
|
2021-03-21 01:39:03 +01:00
|
|
|
- pacman
|
2021-04-29 15:12:28 +02:00
|
|
|
- ntp-client-arch
|
2021-01-29 01:08:39 +01:00
|
|
|
- texlive
|
|
|
|
- xorg
|
|
|
|
- i3
|
|
|
|
- terminal
|
|
|
|
- notification
|
|
|
|
- mime
|
|
|
|
- audio
|
|
|
|
- multimedia
|
|
|
|
- pass
|
|
|
|
- communication
|
2021-03-20 23:00:26 +01:00
|
|
|
- browser
|
2021-01-29 01:08:39 +01:00
|
|
|
# - scripts
|