mirror of
https://github.com/morten-olsen/configs.git
synced 2026-02-08 00:46:24 +01:00
first commit
This commit is contained in:
8
playbooks/roles/info/tasks/main.yml
Normal file
8
playbooks/roles/info/tasks/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- name: Setting host facts
|
||||
tags: always
|
||||
ansible.builtin.set_fact:
|
||||
username: alice
|
||||
home: /Users/alice
|
||||
use_become: true
|
||||
mac_os: "{{ ansible_distribution == 'MacOSX' }}"
|
||||
contexts: "{{ ['default'] + (contexts | default([])) }}"
|
||||
Reference in New Issue
Block a user