Major role refactoring
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
LANG="{{ system_locale_lang }}"
|
||||
LC_CTYPE="{{ system_locale_ctype }}"
|
||||
LC_NUMERIC="{{ system_locale_numeric }}"
|
||||
|
@@ -1,4 +1,5 @@
|
||||
# {{ ansible_managed }}
|
||||
{% for item in system_locales %}
|
||||
{{ item }}
|
||||
|
||||
{% for locale in system_locales %}
|
||||
{{ locale }}
|
||||
{% endfor %}
|
||||
|
@@ -1,4 +1,5 @@
|
||||
# {{ ansible_managed }}
|
||||
Server = http://mirror.zeym.org/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.yandex.ru/archlinux/$repo/os/$arch
|
||||
|
||||
{% for server in pacman_mirrors %}
|
||||
Server = {{ server }}
|
||||
{% endfor %}
|
||||
|
@@ -1,4 +1,5 @@
|
||||
# {{ ansible_managed}}
|
||||
|
||||
[options]
|
||||
# The following paths are commented out with their default values listed.
|
||||
# If you wish to use different paths, uncomment and update the paths.
|
||||
@@ -16,7 +17,7 @@ HoldPkg = pacman glibc
|
||||
Architecture = auto
|
||||
|
||||
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
||||
#IgnorePkg =
|
||||
IgnorePkg = {{ pacman_ignorepkg | join(' ') }}
|
||||
#IgnoreGroup =
|
||||
|
||||
#NoUpgrade =
|
||||
@@ -25,9 +26,9 @@ Architecture = auto
|
||||
# Misc options
|
||||
#UseSyslog
|
||||
Color
|
||||
#TotalDownload
|
||||
CheckSpace
|
||||
VerbosePkgLists
|
||||
ParallelDownloads = {{ pacman_parallel_downloads }}
|
||||
|
||||
# By default, pacman accepts packages signed by keys that its local keyring
|
||||
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
||||
@@ -35,15 +36,15 @@ SigLevel = Required DatabaseOptional
|
||||
LocalFileSigLevel = Optional
|
||||
RemoteFileSigLevel = Required
|
||||
|
||||
#[testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[core]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[extra]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
#[testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
#[community-testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
|
@@ -1,5 +0,0 @@
|
||||
# {{ ansible_managed }}
|
||||
[Time]
|
||||
NTP=pool.ntp.org
|
||||
FallbackNTP=0.arch.pool.ntp.org 1.arch.pool.ntp.org 2.arch.pool.ntp.org 3.arch.pool.ntp.org
|
||||
RootDistanceMaxSec=10
|
Reference in New Issue
Block a user