create folder tree

This commit is contained in:
vincent 2018-11-28 21:21:21 +01:00
parent 2e06b7aefe
commit e4bb43a11d
7 changed files with 19 additions and 0 deletions

2
main.retry Normal file
View File

@ -0,0 +1,2 @@
debian
nas

7
main.yml Normal file
View File

@ -0,0 +1,7 @@
- hosts: integration
tasks:
- name: upgrade pacman
pacman:
update_cache: yes
upgrade: yes
become: true

7
production Normal file
View File

@ -0,0 +1,7 @@
[server]
pi2
[workstation]
fixe-pc
zen-pc

0
server.yml Normal file
View File

0
site.yml Normal file
View File

3
staging Normal file
View File

@ -0,0 +1,3 @@
[server]
nas
debian

0
workstation.yml Normal file
View File