removed yaourt

master
Niklas Yann Wettengel 6 years ago
parent 261732bba0
commit 17f90b1a9f

3
.gitmodules vendored

@ -1,3 +0,0 @@
[submodule "library/external_modules/ansible-aur"]
path = library/external_modules/ansible-aur
url = git://github.com/cdown/ansible-aur.git

@ -19,4 +19,3 @@ hetzner_webservice_username=<hetzner_webservice_username>
hetzner_webservice_password=<hetzner_webservice_password>
rescue_authorized_key=<fingerprint of ssh key to use in rescue mode>
authorized_keys=["<key1>", "<key2>"]
aur_user=yaourt

@ -1 +0,0 @@
external_modules/ansible-aur/aur

@ -1 +0,0 @@
Subproject commit 04eec3e0afdf31d09ffa79067b75e6b05c78fd61

@ -1 +0,0 @@
%wheel ALL=(ALL) NOPASSWD: ALL

@ -1,27 +0,0 @@
---
- name: add aur user {{ aur_user }}
user:
name: '{{ aur_user }}'
group: users
groups: wheel
- name: allow group wheel to sudo
copy:
src: 10-wheel
dest: /etc/sudoers.d/
- name: "add archlinux.fr repository to pacman"
lineinfile:
dest: "/etc/pacman.conf"
state: "present"
line: "{{ item }}"
with_items:
- "[archlinuxfr]"
- "SigLevel = Never"
- "Server = http://repo.archlinux.fr/$arch"
- name: "install yaourt"
pacman:
update_cache: yes
name: "yaourt"
state: "present"

@ -3,7 +3,6 @@
hosts: fastd
user: root
roles:
#- install_yaourt
- configure_journald
- configure_sysctl
- configure_iptables

Loading…
Cancel
Save