Compare commits

...

4 Commits

Author SHA1 Message Date
ad2f9719c2
roles/system/tasks/essential: set timezone 2023-11-11 14:45:32 -05:00
e4a6908815
.gitignore: updated 2023-11-11 14:41:59 -05:00
905654d9bd
removed extraneous files
i do not remember committing these however we trust in encryption
2023-11-11 14:41:05 -05:00
b2e731ef3a
ddclient: update configuration to remove deprecated options 2023-11-11 14:21:17 -05:00
6 changed files with 10 additions and 47 deletions

4
.gitignore vendored
View File

@ -1,5 +1,5 @@
*.secret
host_vars
inventory.yml
group_vars/all/overlay.yml
group_vars/all/vault.yml
group_vars/all/80-vault.yml
group_vars/all/90-overlay.yml

View File

@ -1,41 +0,0 @@
$ANSIBLE_VAULT;1.1;AES256
35616338616665663563373936313531623038333036653332346565656239346635313864623330
6435343135643862336330613165626530353065646433360a343266303439353135663364633638
64396462353039316230643733653764366338653036663830373263316366626165313966363935
3066653364373339320a393164386636373036613362396131373338326131306266326465326639
36373532373038343732373534376363366437613962616232323430633262356631353263373061
31346366313132313265323635313434346333633664346136393531356431393862613838363465
30623165663066363061623463376632666637326135633035353961363961383537623936653534
32646363346338623037643864313239303663376530383261383833623839356262643435316565
37333263396361383334636134313164633739346138373530353566363963343263333333386335
65633264616432303466373937303961383361386663393133313432653331363938646236343233
64613838633032636466396239386465393664373261313237616563633161386336366635376366
30376434323763343338396631373333636135383962306464303763393139623465613863363738
34303066363039653238303161303237333139356665383365646431643163656430313939333730
63666261643761376138336163346265343236353862373231306139393135313932616339616565
65356638636563653461343862646130316638373462303462346664303262303064663835336634
39623736623239623232383134373565323933366137633035666234633730633131326535313463
39303432666330643438633336616432373461656463343335363935396637316632383465333634
63363839333562666131376365353961303565353537346566363135333035653065636634313238
63316635363039326130396266363264333536313033333965393164373465623036393236653464
36336134613038626431326530666662646539653130636564636464636363636538653138663165
31646163633633353264393861643563353764633232313631666231336662303866393961376630
36623332323132616466663530336665656337333934653634323330626635636233656132656334
61363730633733623832653066636432663063643164623761393830316533626530376233343630
63343163653563373362623835653432376566636464303432666537643461343565306139613037
37666165306561636536663166653264613738343763393763666263353837373861323133613236
66623531363461633233623536316331653631303232633066663434343733373236303931313136
36333233613332633239653261393038393634663933346232323165323236643564333461306663
39396630616531306336363533333730653461653362643134306434303632343638306166633337
33666236386335386236643461353962643039316162303766636166396336633831643863636538
39623365643462336535343030383634346430386533613163306164353963643263363832626634
31393936323534333561393263653735386139663566386461663864366263613264386539353231
61386631343664376439356239373264366339353237333862393138326136653062363932663261
36396633316438363866643636303137373639643830356639336264353237373736373438646465
64666263393165363439613837363738303366653334343166336333613733623533393235336336
34323131656634646139303130333137613439383863626630316266353166633436373861353339
36613634663661333931316235623263643261656539626435623831613235346336663833323434
63343166326139646266373530633161643434353435346235613131663938383732313762393737
66656362306630653630316432656365633364366232313131656231373565623366363538653138
32393464656133616637643537653463373865363937333965643832666437326661363232336331
35623263396262373637

View File

@ -1,3 +0,0 @@
domain: dogeystamp.com
dyndns_domain: d.nerdpol.ovh
email: dogeystamp@disroot.org

View File

@ -22,12 +22,14 @@ all:
ansible_port: 2500
ansible_connection: ssh
ansible_ssh_private_key_file: ~/.ssh/keys/your_bastion_host
timezone: America/Toronto
your_fleet_host:
fallback_host: 192.168.0.124
local_ip: 192.168.0.86
ansible_port: 2500
ansible_connection: ssh
ansible_ssh_private_key_file: ~/.ssh/keys/your_fleet_host
timezone: America/Toronto
children:
fleet:
children:

View File

@ -4,7 +4,8 @@ mail=root
mail-failure=root
pid=/var/run/ddclient.pid
protocol=dyndns2
use=web, web=https://ip.me
usev4=webv4
webv4=https://ipv4.nsupdate.info/myip
ssl=yes # yes = use https for updates
server=ipv4.nsupdate.info
login={{ dyndns_domain }}

View File

@ -48,6 +48,10 @@
state: present
key: "{{ lookup('file', '~/.ssh/keys/{{ inventory_hostname }}.pub')}}"
- name: Set timezone
timezone:
name: "{{ timezone }}"
- name: Enable cron daemon
service:
name: cronie