Initial commit

This commit is contained in:
phfroidmont 2017-12-02 02:00:28 +01:00
commit dfe2d2d4f2
4 changed files with 95 additions and 0 deletions

12
playbook.yml Normal file
View file

@ -0,0 +1,12 @@
---
- hosts: all
become: true
gather_facts: no
tasks:
- name: Install ansible prerequisites
script: ansible_prerequisites.sh creates=/root/.ansible_prerequisites_installed
become: true
- name: Install required packages
pacman: name={{item}} state=present update_cache=yes
with_items:
- htop