Merge pull request 'add host oganesson' (!52) from oganesson into master
Reviewed-on: https://gitea.n39.eu/Netz39_Admin/netz39-infra-ansible/pulls/52 Reviewed-by: Alexander Dahl <alex@netz39.de>
This commit is contained in:
commit
893d56c56a
3 changed files with 16 additions and 0 deletions
|
@ -99,3 +99,4 @@ all:
|
|||
65333334666132313834663839626431373339646631366261316139333233666566383131353035
|
||||
3765613264626637660a343562363166313535613964336261356530353732333965313830653865
|
||||
39373837643837663630333765306463616234363535613666333862396632643961
|
||||
oganesson.n39.eu:
|
||||
|
|
3
main.yml
3
main.yml
|
@ -52,3 +52,6 @@
|
|||
|
||||
- name: Krypton specific setup
|
||||
import_playbook: krypton.yml
|
||||
|
||||
- name: Oganesson specific setup
|
||||
import_playbook: oganesson.yml
|
||||
|
|
12
oganesson.yml
Normal file
12
oganesson.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
- hosts: oganesson.n39.eu
|
||||
become: true
|
||||
|
||||
vars:
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
roles:
|
||||
|
||||
tasks:
|
||||
|
||||
handlers:
|
Loading…
Reference in a new issue