S JavaScriptem funguje tato webová stránka lépe.
Domů
Procházet
Nápověda
Přihlásit se
10sr
/
dotfiles-mirror
zrcadlo
https://github.com/10sr/dotfiles.git
Sledovat
1
Oblíbit
0
Rozštěpit
0
Zdrojový kód
Úkoly
0
Vydání
0
Wiki
Aktivita
Procházet zdrojové kódy
ansible: use vars
pull/1/head
10sr
před 10 roky
rodič
3752ccf0ba
revize
3972489264
2 změnil soubory
, kde provedl
5 přidání
a
4 odebrání
Rozdělené zobrazení
Diff Options
Zobrazit statistiky
Stáhněte soubor opravy
Stáhněte rozdílový soubor
+4
-3
ansible/ansible.yml
+1
-1
ansible/hosts
+ 4
- 3
ansible/ansible.yml
Zobrazit soubor
@@ -1,12 +1,13 @@
---
- hosts: all
sudo: yes
vars:
packages: [rsync, git]
tasks:
- name: Install packages
action: pacman pkg={{ item }} state=installed
with_items:
- rsync
- git
with_items: packages
when: ansible_os_family == "Archlinux"
# handlers:
# - name: restart ntpd
# action: service name=ntpd state=restarted
+ 1
- 1
ansible/hosts
Zobrazit soubor
@@ -1 +1 @@
127.0.0.1
ansible_connection=local ansible_python_interpreter=/usr/bin/python2 package_manager=pacman
localhost
ansible_connection=local ansible_python_interpreter=/usr/bin/python2 package_manager=pacman
Zapsat
Náhled
Načítá se…
Zrušit
Uložit