Fix hostname, iptables, openssh-sftp an xbps

This commit is contained in:
Daniel A. Maierhofer
2018-07-26 12:28:49 +02:00
parent e347803f62
commit 9c065bf40d
6 changed files with 37 additions and 3 deletions

7
tasks/xbps.yml Normal file
View File

@@ -0,0 +1,7 @@
- name: install basic tools
xbps: "name={{ item }} update_cache=yes"
with_items: "{{ common_basic_packages }}"
- name: apt - upgrade system
xbps: "upgrade={{ common_xbps_upgrade_policy }}"
when: common_xbps_upgrade_policy