move ansible into a new role

This commit is contained in:
Andreas Zweili 2021-10-25 21:45:56 +02:00
parent 2058096c48
commit 1572d4182d
4 changed files with 3 additions and 8 deletions

View File

@ -2,6 +2,7 @@
- hosts: localhost
become: true
roles:
- ansible
- common
- restic
- docker

View File

@ -1,4 +1,6 @@
roles:
- src: https://git.2li.ch/ansible/ansible.git
scm: git
- src: https://git.2li.ch/ansible/common.git
scm: git
- src: https://git.2li.ch/ansible/restic.git

View File

@ -13,11 +13,6 @@
repo: "ppa:touchegg/stable"
state: present
- name: "Add Ansible repository"
apt_repository:
repo: "ppa:ansible/ansible"
state: present
- name: "Install Packages"
apt:
state: present

View File

@ -35,9 +35,6 @@ packages:
- gnome-software-plugin-snap
- ranger
- touchegg
- sshpass
- ansible
- ansible-lint
pip_packages:
- youtube-dl