Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zaloguj się
10sr
/
dotfiles-mirror
kopia lustrzana
https://github.com/10sr/dotfiles.git
Obserwuj
1
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Wydania
0
Wiki
Aktywność
Przeglądaj źródła
add ansible dir
pull/1/head
10sr
10 lat temu
rodzic
637184f0ed
commit
3752ccf0ba
3 zmienionych plików
z
16 dodań
i
0 usunięć
Widok podzielony
Opcje porównania
Pokaż statystyki
Ściągnij plik aktualizacji
Ściągnij plik porównania
+12
-0
ansible/ansible.yml
+1
-0
ansible/hosts
+3
-0
ansible/run.sh
+ 12
- 0
ansible/ansible.yml
Wyświetl plik
@@ -0,0 +1,12 @@
---
- hosts: all
sudo: yes
tasks:
- name: Install packages
action: pacman pkg={{ item }} state=installed
with_items:
- rsync
- git
# handlers:
# - name: restart ntpd
# action: service name=ntpd state=restarted
+ 1
- 0
ansible/hosts
Wyświetl plik
@@ -0,0 +1 @@
127.0.0.1 ansible_connection=local ansible_python_interpreter=/usr/bin/python2 package_manager=pacman
+ 3
- 0
ansible/run.sh
Wyświetl plik
@@ -0,0 +1,3 @@
#!/bin/sh
ansible-playbook -i hosts ansible.yml --ask-sudo-pass
Napisz
Podgląd
Ładowanie…
Anuluj
Zapisz