Merge pull request 'Add host holmium to Ansible management' (!66) from holmium into master
Reviewed-on: https://gitea.n39.eu/Netz39_Admin/netz39-infra-ansible/pulls/66 Reviewed-by: dkdent <dkdent@netz39.de>
This commit is contained in:
commit
230f4fee56
3 changed files with 17 additions and 0 deletions
12
holmium.yml
Normal file
12
holmium.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
- hosts: holmium.n39.eu
|
||||||
|
become: true
|
||||||
|
|
||||||
|
vars:
|
||||||
|
ansible_python_interpreter: /usr/bin/python3
|
||||||
|
|
||||||
|
roles:
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
|
||||||
|
handlers:
|
|
@ -108,6 +108,7 @@ all:
|
||||||
3765613264626637660a343562363166313535613964336261356530353732333965313830653865
|
3765613264626637660a343562363166313535613964336261356530353732333965313830653865
|
||||||
39373837643837663630333765306463616234363535613666333862396632643961
|
39373837643837663630333765306463616234363535613666333862396632643961
|
||||||
oganesson.n39.eu:
|
oganesson.n39.eu:
|
||||||
|
holmium.n39.eu:
|
||||||
|
|
||||||
children:
|
children:
|
||||||
proxmox:
|
proxmox:
|
||||||
|
@ -117,3 +118,4 @@ all:
|
||||||
radon.n39.eu:
|
radon.n39.eu:
|
||||||
krypton.n39.eu:
|
krypton.n39.eu:
|
||||||
oganesson.n39.eu:
|
oganesson.n39.eu:
|
||||||
|
holmium.n39.eu:
|
||||||
|
|
3
main.yml
3
main.yml
|
@ -27,3 +27,6 @@
|
||||||
|
|
||||||
- name: Oganesson specific setup
|
- name: Oganesson specific setup
|
||||||
import_playbook: oganesson.yml
|
import_playbook: oganesson.yml
|
||||||
|
|
||||||
|
- name: Holmium specific setup
|
||||||
|
import_playbook: holmium.yml
|
||||||
|
|
Loading…
Reference in a new issue