initial commit
commit
5804a35ec8
@ -0,0 +1,6 @@
|
||||
[submodule "roles/n0emis.base"]
|
||||
path = roles/n0emis.base
|
||||
url = https://github.com/n0emis/ansible-role-base
|
||||
[submodule "roles/gantsign.oh-my-zsh"]
|
||||
path = roles/gantsign.oh-my-zsh
|
||||
url = https://github.com/gantsign/ansible-role-oh-my-zsh/
|
@ -0,0 +1,13 @@
|
||||
[defaults]
|
||||
roles_path = roles
|
||||
inventory = hosts
|
||||
gathering = smart
|
||||
fact_caching = jsonfile
|
||||
fact_caching_connection = ~/.ansible-cache
|
||||
fact_caching_timeout = 86400
|
||||
nocows = 1
|
||||
#vault_password_file = vault/gpg-wrapper.sh
|
||||
callback_whitelist = timer
|
||||
|
||||
[ssh_connection]
|
||||
pipelining=True
|
@ -0,0 +1,23 @@
|
||||
---
|
||||
users:
|
||||
- username: n0emis
|
||||
state: present
|
||||
shell: /bin/zsh
|
||||
sudo: yes
|
||||
public_key: |
|
||||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC8xqVakxJ+AwcIrS/wyL03N++pE09epwMFlIMXWvlpwwEp1J/0H7nygwxk/9LIZdabs/ETWn0s8oHAkc7YR1c6ajSTCDiZEYATAWt7t8t4Gw/80c8u8T50lIqmiDEEVbOVv3Vta/pAN4hAUp9U5DpYCkQbvF+NKKcK3Yp8d9usNC6ohqgTK+IGAEdMhvpbbNppDMXoWHuynBzUX7TS6ST6yEr0tD+CBbCpbfcMuwTI3lNtfywEVpuFaeHqDZx2QDrEX4bg0dRKgQstbXYdqmBfnOiBpUr8Wyl8U1J24rN+E07pBw/8KDGWbVg19/Ex8o4ht/p5voUfKVjD/DwWXTLntBirjfAgQAm4GH/qP4x3zNiTtlYlQFbXSk6VEVrTrxCB5rTWvGnhg31tk5P3YwvagDmGABazY5s/8tlttSc1yWBctWQJCjxSqcCLekxG4D1rVuGKCKOZgflQ9QFdQlKycInPBek3zi0i3GYkE1YnNFye5ggOnxT8qGuKjfdtZI9qvMJQO8lbEDzbYQvNns1V/k4ZobiihYwrG5TJUzZFEpMYetDK6tI8BRU11d+ja0jWzguj5/7wc0nrr/BiZ8FkAr2fZ60j2aI5kG0s3qjbrQbB/RXaGP9hRU0+480+IokNJJIcjv5iwH5ophdrjC8GH4So2kPPt0NXob1yNysdjw== simeon@noemis.me
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEcOPtW5FWNIdlMQFoqeyA1vHw+cA8ft8oXSbXPzQNL9 n0emis@n0emis.eu
|
||||
oh_my_zsh:
|
||||
theme: agnoster
|
||||
- username: root
|
||||
state: present
|
||||
shell: /bin/zsh
|
||||
sudo: yes
|
||||
oh_my_zsh:
|
||||
theme: agnoster
|
||||
|
||||
oh_my_zsh_theme: "agnoster"
|
||||
|
||||
ansible_python_interpreter: "/usr/bin/python3"
|
||||
|
||||
ssh_allow_password: yes
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
- hosts: all
|
||||
roles:
|
||||
- n0emis.base
|
||||
- gantsign.oh-my-zsh
|
||||
tags: base
|
||||
|
@ -0,0 +1 @@
|
||||
Subproject commit e54737fdff5bd76813a10b6defd8f9206f557b53
|
@ -0,0 +1 @@
|
||||
Subproject commit 37e04a6ef5c54832583a96da4708c8ddaf729aab
|
Loading…
Reference in New Issue