This commit is contained in:
2023-06-12 14:50:53 +02:00
parent a487af4d76
commit 7e7196b031

12
01_vault.yml Normal file
View File

@@ -0,0 +1,12 @@
---
- name: Ansible Vault
hosts: windowsservers
vars_files:
- ~/secret.yml
vars:
ansible_password: "{{ windows_password }}"
tasks:
- name: Install IIS (Web-Server only)
ansible.windows.win_feature:
name: Web-Server
state: present