create folder tree
This commit is contained in:
parent
2e06b7aefe
commit
e4bb43a11d
2
main.retry
Normal file
2
main.retry
Normal file
@ -0,0 +1,2 @@
|
||||
debian
|
||||
nas
|
7
main.yml
Normal file
7
main.yml
Normal file
@ -0,0 +1,7 @@
|
||||
- hosts: integration
|
||||
tasks:
|
||||
- name: upgrade pacman
|
||||
pacman:
|
||||
update_cache: yes
|
||||
upgrade: yes
|
||||
become: true
|
7
production
Normal file
7
production
Normal file
@ -0,0 +1,7 @@
|
||||
[server]
|
||||
pi2
|
||||
|
||||
[workstation]
|
||||
fixe-pc
|
||||
zen-pc
|
||||
|
0
server.yml
Normal file
0
server.yml
Normal file
0
workstation.yml
Normal file
0
workstation.yml
Normal file
Loading…
Reference in New Issue
Block a user