mirror of
https://github.com/Rudd-O/ansible-qubes.git
synced 2025-03-01 14:22:33 +01:00
Update examples to Ansible 2.5.
This commit is contained in:
parent
aa43cda08d
commit
7417cddbd1
@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
- hosts: templatevms
|
||||
sudo: True
|
||||
become: True
|
||||
|
||||
tasks:
|
||||
- name: Deploy some editors
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
- hosts: templatevms
|
||||
sudo: True
|
||||
become: True
|
||||
vars:
|
||||
description: 'Qubes hello world'
|
||||
name: 'helloworld'
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
- hosts: dom0
|
||||
sudo: True
|
||||
become: True
|
||||
gather_facts: False
|
||||
tasks:
|
||||
- name: ensure that Salt /srv/user_salt directory exists
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
- hosts: templatevms
|
||||
sudo: True
|
||||
become: True
|
||||
tasks:
|
||||
- name: Set up service
|
||||
template:
|
||||
|
Loading…
x
Reference in New Issue
Block a user