Skip to content
This repository was archived by the owner on May 19, 2022. It is now read-only.

Commit 85ce975

Browse files
author
Ralph
committed
First Push
0 parents  commit 85ce975

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

vars/all.yml

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
# Project Settings
3+
op_number: "2021-0123" #Number to identify engagment
4+
ttl: '2021-03-30' #This is Time To Live
5+
user_tag: "rmay" #This will be a tag used for cloud reasources
6+
7+
# DNS
8+
dns: 'digitalocean'
9+
domain_name: 'managment.com'
10+
11+
#Digital Ocean
12+
digitalocean_token: "{{lookup('community.general.lastpass', 'Business/Digitalocean', field='token' )}}"
13+
digitalocean_region: "nyc1"
14+
digitalocean_size: "s-2vcpu-4gb"
15+
16+
#OS Users
17+
users:
18+
- username: ralph
19+
name: Ralph May
20+
authorized_keys:
21+
- "https://github.com/ralphte.keys"
22+
home_create: yes
23+
append: yes
24+
home_mode: "0750"
25+
shell: '/usr/bin/zsh'
26+
users_authorized_keys_exclusive: yes
27+
security_sudoers_passwordless:
28+
- ralph
29+
30+
31+
## EVERYTHING BLOW DOES NOT NEED TO BE CHNAGED
32+
33+
#Ansible Settings
34+
src_files: '../files'
35+
ansible_python_interpreter: /usr/bin/python3
36+
ansible_ssh_private_key_file: '../keys/id_rsa_ansible'
37+
ansible_ssh_public_key_file: '../keys/id_rsa_ansible.pub'
38+
ansible_ssh_user: 'ansible'
39+
zsh_antigen_theme: "romkatv/powerlevel10k powerlevel10k"
40+
41+
#Expert
42+
ttl_tag: "TTL-{{ ttl }}"
43+
dockernet: "docker"
44+
docker_home_dir: '/opt/docker'
45+
pip_install_packages:
46+
- name: docker
47+
pip_executable: pip3
48+
pip_package: python3-pip
49+
firewall_disable_ufw: true
50+
firewall_flush_rules_and_chains: false
51+
ntp_timezone: 'America/New_York'

0 commit comments

Comments
 (0)