-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbootstrap.yml
More file actions
34 lines (30 loc) · 754 Bytes
/
Copy pathbootstrap.yml
File metadata and controls
34 lines (30 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
- hosts: all
vars:
ansible_python_interpreter: /usr/bin/python2
hostname: archible
domain: mydomain.net
root_password: secret
timezone:
region: Europe
city: Amsterdam
languages:
default:
locale: nl_NL.UTF-8
ui:
locale: en_US.UTF-8
vars_prompt:
- name: "root_password"
prompt: "root password for the new installation"
private: yes
confirm: yes
encrypt: "sha512_crypt"
salt_size: 7
# pre_tasks:
# - name: run galaxy
# local_action: command ansible-galaxy install -r requirements.yml --roles-path roles --force
# register: fetch_roles
tasks:
- name: include roles
include_role:
name: arch-bootstrap