summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rw-r--r--inventory.ini.sample1
l---------library/aur1
m---------library/external_modules/ansible-aur0
-rw-r--r--roles/install_yaourt/files/10-wheel1
-rw-r--r--roles/install_yaourt/tasks/main.yml27
-rw-r--r--setup_fastd.yml1
7 files changed, 0 insertions, 34 deletions
diff --git a/.gitmodules b/.gitmodules
index d14a41e..e69de29 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +0,0 @@
-[submodule "library/external_modules/ansible-aur"]
- path = library/external_modules/ansible-aur
- url = git://github.com/cdown/ansible-aur.git
diff --git a/inventory.ini.sample b/inventory.ini.sample
index c54a6b3..962b5f7 100644
--- a/inventory.ini.sample
+++ b/inventory.ini.sample
@@ -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
diff --git a/library/aur b/library/aur
deleted file mode 120000
index ac7f09a..0000000
--- a/library/aur
+++ /dev/null
@@ -1 +0,0 @@
-external_modules/ansible-aur/aur \ No newline at end of file
diff --git a/library/external_modules/ansible-aur b/library/external_modules/ansible-aur
deleted file mode 160000
-Subproject 04eec3e0afdf31d09ffa79067b75e6b05c78fd6
diff --git a/roles/install_yaourt/files/10-wheel b/roles/install_yaourt/files/10-wheel
deleted file mode 100644
index 7c499c2..0000000
--- a/roles/install_yaourt/files/10-wheel
+++ /dev/null
@@ -1 +0,0 @@
-%wheel ALL=(ALL) NOPASSWD: ALL
diff --git a/roles/install_yaourt/tasks/main.yml b/roles/install_yaourt/tasks/main.yml
deleted file mode 100644
index 4ddbcd5..0000000
--- a/roles/install_yaourt/tasks/main.yml
+++ /dev/null
@@ -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"
diff --git a/setup_fastd.yml b/setup_fastd.yml
index 23a23d1..9e2479c 100644
--- a/setup_fastd.yml
+++ b/setup_fastd.yml
@@ -3,7 +3,6 @@
hosts: fastd
user: root
roles:
- #- install_yaourt
- configure_journald
- configure_sysctl
- configure_iptables