Vorbereitung Cluster
This commit is contained in:
parent
16cf18193c
commit
6d50364cea
7 changed files with 10 additions and 22 deletions
|
@ -1,9 +1,5 @@
|
||||||
|
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
- roles/stefangweichinger.rclone/
|
|
||||||
- roles/igor_mukhin.bash_aliases/
|
|
||||||
- roles/nickjj.ansible-user/
|
|
||||||
- roles/azavea.ansible-pip/
|
|
||||||
- roles/riemers.gitlab-runner/
|
- roles/riemers.gitlab-runner/
|
||||||
|
|
||||||
parseable: true
|
parseable: true
|
||||||
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -10,9 +10,6 @@
|
||||||
[submodule "roles/geerlingguy.pip"]
|
[submodule "roles/geerlingguy.pip"]
|
||||||
path = roles/geerlingguy.pip
|
path = roles/geerlingguy.pip
|
||||||
url = https://github.com/geerlingguy/ansible-role-pip
|
url = https://github.com/geerlingguy/ansible-role-pip
|
||||||
[submodule "roles/nickjj.ansible-user"]
|
|
||||||
path = roles/nickjj.ansible-user
|
|
||||||
url = https://github.com/nickjj/ansible-user
|
|
||||||
[submodule "roles/oefenweb.ufw"]
|
[submodule "roles/oefenweb.ufw"]
|
||||||
path = roles/oefenweb.ufw
|
path = roles/oefenweb.ufw
|
||||||
url = https://github.com/Oefenweb/ansible-ufw
|
url = https://github.com/Oefenweb/ansible-ufw
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"uploadOnSave": true,
|
"uploadOnSave": true,
|
||||||
"useAtomicWrites": true,
|
"useAtomicWrites": true,
|
||||||
"deleteLocal": false,
|
"deleteLocal": false,
|
||||||
"hostname": "ansible.grote.lan",
|
"hostname": "ansible2.grote.lan",
|
||||||
"port": "22",
|
"port": "22",
|
||||||
"target": "/home/mg/ansible",
|
"target": "/home/mg/ansible",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
|
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
[![pipeline status](http://git.mgrote.net/mg/ansible/badges/master/pipeline.svg)](http://git.mgrote.net/mg/ansible/-/commits/master)
|
[![pipeline status](http://git.mgrote.net/mg/ansible/badges/master/pipeline.svg)](http://git.mgrote.net/mg/ansible/-/commits/master)
|
||||||
|
|
||||||
|
## Dateirechte
|
||||||
|
```bash
|
||||||
|
chmod 0400 vault-pass.yml id_rsa_ansible_user
|
||||||
|
```
|
||||||
|
|
||||||
## Ansible KeePass Lookup Plugin aktualisieren
|
## Ansible KeePass Lookup Plugin aktualisieren
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
@ -82,6 +82,7 @@
|
||||||
### mgrote.install_packages
|
### mgrote.install_packages
|
||||||
programs_common:
|
programs_common:
|
||||||
- locales
|
- locales
|
||||||
|
- python
|
||||||
- build-essential
|
- build-essential
|
||||||
- ntp
|
- ntp
|
||||||
- htop
|
- htop
|
||||||
|
@ -122,7 +123,6 @@
|
||||||
# Ansible Plugin Variablen
|
# Ansible Plugin Variablen
|
||||||
### Keepass
|
### Keepass
|
||||||
# https://github.com/viczem/ansible-keepass
|
# https://github.com/viczem/ansible-keepass
|
||||||
# liegt unter ./plugins/lookup/keepass.py
|
|
||||||
keepass_dbx: "./keepass_db.kdbx"
|
keepass_dbx: "./keepass_db.kdbx"
|
||||||
keepass_psw: !vault |
|
keepass_psw: !vault |
|
||||||
$ANSIBLE_VAULT;1.1;AES256
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
|
|
|
@ -14,3 +14,4 @@
|
||||||
### mgrote.install_packages
|
### mgrote.install_packages
|
||||||
programs_extra:
|
programs_extra:
|
||||||
- graphviz # für ansible-playbook-grapher
|
- graphviz # für ansible-playbook-grapher
|
||||||
|
- sshpass
|
||||||
|
|
15
inventory
15
inventory
|
@ -22,7 +22,7 @@ all:
|
||||||
acng-test.grote.lan:
|
acng-test.grote.lan:
|
||||||
ansible:
|
ansible:
|
||||||
hosts:
|
hosts:
|
||||||
ansible.grote.lan:
|
ansible2.grote.lan:
|
||||||
ansible-test.grote.lan:
|
ansible-test.grote.lan:
|
||||||
docker:
|
docker:
|
||||||
hosts:
|
hosts:
|
||||||
|
@ -44,17 +44,6 @@ all:
|
||||||
hosts:
|
hosts:
|
||||||
gitlab-runner-test.grote.lan:
|
gitlab-runner-test.grote.lan:
|
||||||
gitlab-runner.grote.lan:
|
gitlab-runner.grote.lan:
|
||||||
# wsl:
|
|
||||||
# hosts:
|
|
||||||
# irantu.grote.lan:
|
|
||||||
# baseimage:
|
|
||||||
# hosts:
|
|
||||||
# vorlagebaseimage.grote.lan:
|
|
||||||
# qmk:
|
|
||||||
# hosts:
|
|
||||||
# qmk.grote.lan:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
production:
|
production:
|
||||||
hosts:
|
hosts:
|
||||||
|
@ -63,7 +52,7 @@ all:
|
||||||
fileserver2.grote.lan:
|
fileserver2.grote.lan:
|
||||||
pi.hole:
|
pi.hole:
|
||||||
acng.grote.lan:
|
acng.grote.lan:
|
||||||
ansible.grote.lan:
|
ansible2.grote.lan:
|
||||||
docker.grote.lan:
|
docker.grote.lan:
|
||||||
pve2.grote.lan:
|
pve2.grote.lan:
|
||||||
gitlab.grote.lan:
|
gitlab.grote.lan:
|
||||||
|
|
Loading…
Reference in a new issue