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

Commit 4b20f36

Browse files
authored
Update all.yml
CHANGE ME
1 parent 0fe5519 commit 4b20f36

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

vars/all.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
# Project Settings
33
op_number: "2021-0123" #Number to identify engagment
44
ttl: '2021-03-30' #This is Time To Live
5-
user_tag: "rmay" #This will be a tag used for cloud reasources
5+
user_tag: "CHANGEME" #This will be a tag used for cloud reasources
66

77
# DNS
88
dns: 'digitalocean'
9-
domain_name: 'managment.com'
9+
domain_name: 'CHANGEME.com'
1010

1111
#Digital Ocean
12-
digitalocean_token: "{{lookup('community.general.lastpass', 'Business/Digitalocean', field='token' )}}"
12+
digitalocean_token: "CHANGEME" #{{lookup('community.general.lastpass', 'Business/Digitalocean', field='token' )}}
1313
digitalocean_region: "nyc1"
1414
digitalocean_size: "s-2vcpu-4gb"
1515

1616
#OS Users
1717
users:
18-
- username: ralph
19-
name: Ralph May
18+
- username: CHANGEME
19+
name: CHNAGEME
2020
authorized_keys:
21-
- "https://github.com/ralphte.keys"
21+
- "https://github.com/USERNAME.keys"
2222
home_create: yes
2323
append: yes
2424
home_mode: "0750"

0 commit comments

Comments
 (0)